You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
plone/app/caching/purge.py:184:5: C901 'ScalesPurgePaths.getRelativePaths' is too complex (12)
plone/app/caching/lookup.py:57:5: C901 'ContentItemLookup.__call__' is too complex (12)
plone/app/caching/testing.py:49:9: D001 found xmlconfig.file( replace it with self.loadZCML(
plone/app/caching/utils.py:63:11: T000 Todo note found.
plone/app/caching/browser/controlpanel.py:2:1: I001 isort found an import in the wrong position
plone/app/caching/browser/controlpanel.py:3:1: I001 isort found an import in the wrong position
plone/app/caching/browser/controlpanel.py:4:1: I001 isort found an import in the wrong position
plone/app/caching/browser/controlpanel.py:5:1: I001 isort found an import in the wrong position
plone/app/caching/browser/controlpanel.py:10:1: I001 isort found an import in the wrong position
plone/app/caching/browser/controlpanel.py:40:12: C812 missing trailing comma
plone/app/caching/browser/controlpanel.py:91:5: C901 'ControlPanel.publishTraverse' is too complex (11)
plone/app/caching/browser/controlpanel.py:176:5: C901 'ControlPanel.processSave' is too complex (28)
plone/app/caching/browser/controlpanel.py:424:45: E231 missing whitespace after ':'
plone/app/caching/browser/controlpanel.py:424:80: E501 line too long (85 > 79 characters)
plone/app/caching/browser/controlpanel.py:553:5: C901 'Purge.processPurge' is too complex (19)
plone/app/caching/browser/edit.py:208:11: T000 Todo note found.
plone/app/caching/browser/edit.py:271:21: C812 missing trailing comma
plone/app/caching/operations/default.py:68:59: C812 missing trailing comma
plone/app/caching/operations/default.py:129:32: C815 missing trailing comma in Python 3.5+
plone/app/caching/operations/default.py:134:5: C901 'BaseCaching.modifyResponse' is too complex (11)
plone/app/caching/operations/default.py:167:15: T000 Todo note found.
plone/app/caching/operations/default.py:226:51: C812 missing trailing comma
plone/app/caching/operations/default.py:279:58: C812 missing trailing comma
plone/app/caching/operations/utils.py:362:1: C901 'isModified' is too complex (14)
plone/app/caching/operations/utils.py:434:7: T000 Todo note found.
plone/app/caching/tests/test_profile_with_caching_proxy.py:150:26: S001 found module formatter
plone/app/caching/tests/test_profile_with_caching_proxy.py:165:26: S001 found module formatter
plone/app/caching/tests/test_profile_with_caching_proxy.py:184:26: S001 found module formatter
plone/app/caching/tests/test_profile_with_caching_proxy.py:230:26: S001 found module formatter
plone/app/caching/tests/test_profile_with_caching_proxy.py:247:26: S001 found module formatter
plone/app/caching/tests/test_profile_with_caching_proxy.py:267:26: S001 found module formatter
plone/app/caching/tests/test_integration.py:4:1: I001 isort found an import in the wrong position
plone/app/caching/tests/test_integration.py:10:1: I001 isort found an import in the wrong position
plone/app/caching/tests/test_integration.py:11:1: I001 isort found an import in the wrong position
plone/app/caching/tests/test_profile_without_caching_proxy.py:15:1: F401 'Products.CMFCore.FSFile.FSFile' imported but unused
plone/app/caching/tests/test_purge.py:44:1: I003 isort expected 1 blank line in imports, found 0
ebf34f1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gforcada Jenkins CI reporting about code analysis
See the full report here: https://jenkins.plone.org/job/package-plone.app.caching/12/violations
Follow these instructions to reproduce it locally.