Skip to content

Commit

Permalink
Merge pull request #72 from collective/fix-travis-code-analysis
Browse files Browse the repository at this point in the history
Fix Travis code-analysis.
  • Loading branch information
jensens committed Mar 26, 2019
2 parents 6505233 + 379e4b7 commit 00f29a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base.cfg
Expand Up @@ -16,7 +16,7 @@ ignore-develop = true
recipe = plone.recipe.codeanalysis
directory = ${buildout:directory}/plone/recipe/varnish
flake8-exclude = docs,*.egg.,omelette
flake8-ignore = B901,D001,E501,P001,T000,T001,S001,I003,W504,W605
flake8-ignore = B901,D001,E501,P001,T000,T001,S001,I003,W503,W504,W605,C812
flake8-max-complexity = 15
flake8-extensions =
flake8-blind-except
Expand Down

0 comments on commit 00f29a3

Please sign in to comment.