plone / plone.recipe.codeanalysis

provides static code analysis for Buildout-based Python projects, including flake8, JSHint, CSS Lint, and other code checks
https://pypi.org/project/plone.recipe.codeanalysis/
11 stars 8 forks source link

Remove flake8_strict #205

Closed gforcada closed 7 years ago

gforcada commented 7 years ago

It is currently causing a problem on jenkins.plone.org and given a second look at the checks, they are implemented already on flake8-commas (more or less).