Skip to content

Commit

Permalink
Back to development: 2.0.3
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
gforcada committed Apr 10, 2019
1 parent 4702f0a commit ebf34f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup


version = '2.0.2'
version = '2.0.3.dev0'

setup(
name='plone.app.caching',
Expand Down

1 comment on commit ebf34f1

@jenkins-plone-org
Copy link

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

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

Follow these instructions to reproduce it locally.

Please sign in to comment.