Skip to content

Commit

Permalink
Merge 024997e into 3f6ab27
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Aug 21, 2017
2 parents 3f6ab27 + 024997e commit ea904e2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
5 changes: 2 additions & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ Change history
- Install isort script if flake8-isort is installed as well.
[gforcada]

- Add two new recommended flake8 plugins:
`flake8-commas <https://pypi.python.org/pypi/flake8-commas>`_ and
`flake8_strict <https://pypi.python.org/pypi/flake8_strict>`_.
- Add a new recommended flake8 plugin:
`flake8-commas <https://pypi.python.org/pypi/flake8-commas>`_.
[gforcada]

- Fix Continuous Integration (Travis) by using pip to install setuptools and zc.buildout.
Expand Down
1 change: 0 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ These are the current extras installed:
- flake8-string-format: warns about errors on string formatting
- flake8-todo: warns if there are ``TODO``, ``XXX`` found on the code
- flake8-commas: warns if the last element on a method call, list or dictionary does not end with a comma
- flake8_strict: warns if a multi-line method call has its first element on the first line

Jenkins Installation
====================
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ def read(*rnames):
'flake8-quotes',
'flake8-string-format',
'flake8-todo',
'flake8_strict',
],
},
test_suite='plone.recipe.codeanalysis.tests.test_docs.test_suite',
Expand Down

0 comments on commit ea904e2

Please sign in to comment.