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

Document the current recommended flake8 extensions #185

Closed gforcada closed 8 years ago

gforcada commented 8 years ago

Fixes: https://github.com/plone/plone.recipe.codeanalysis/issues/184

Wording fixes, suggestions on how to improve it is highly appreciated.

hvelarde commented 8 years ago

it's fine for me; in my configuration I had to disable stuff from flake8-plone-api and flake8-todo using flake8-ignore = P001,T000.

IMO those plugins should not enforce what they report, or should have an option for not failing.

jensens commented 8 years ago

@hvelarde in a setup of a bigger organisation I'd expect custom setting, I think "recommended" is more for the small project or an addon or a guidance for unexperienced people.