Skip to content

Commit

Permalink
Update CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Aug 20, 2017
1 parent 1224125 commit a4ffb95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Change history
`flake8_strict <https://pypi.python.org/pypi/flake8_strict>`_.
[gforcada]

- Fix code analysis errors.
[gforcada]

2.2 (2016-02-20)
----------------
Expand Down

1 comment on commit a4ffb95

@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: http://jenkins.plone.org/job/package-plone.recipe.codeanalysis/20/violations

plone/recipe/codeanalysis/__init__.py:147:57: C815 missing trailing comma in Python 3.5+
plone/recipe/codeanalysis/__init__.py:182:61: C813 missing trailing comma in Python 3

Follow these instructions to reproduce it locally.

Please sign in to comment.