Skip to content

Commit

Permalink
Remove recommended extra from p.r.codeanalysis. Seems new checks have…
Browse files Browse the repository at this point in the history
… been introduced that I really do not want to fix right now.
  • Loading branch information
tisto committed Jul 3, 2018
1 parent ba6b056 commit b08142e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildout.cfg
Expand Up @@ -33,7 +33,7 @@ scripts =
plone-compile-resources

[code-analysis]
recipe = plone.recipe.codeanalysis[recommended]
recipe = plone.recipe.codeanalysis
directory = ${buildout:directory}/src/plone
flake8-exclude = bootstrap.py,bootstrap-buildout.py,docs,*.egg.,omelette
flake8-ignore = T000, P001, P002
Expand Down

0 comments on commit b08142e

Please sign in to comment.