Skip to content

Commit

Permalink
Update code analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
hvelarde committed Sep 29, 2016
1 parent 569561f commit 4cf82f0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 14 deletions.
17 changes: 4 additions & 13 deletions buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,14 @@ parts +=
rebuild_i18n-sh

[code-analysis]
recipe = plone.recipe.codeanalysis[recommended]
directory = ${buildout:directory}/src/collective/polls
clean-lines = True
csslint = True
csslint-bin = bin/csslint
deprecated-aliases = True
flake8-extensions =
flake8-blind-except
flake8-coding
flake8-debugger
flake8-quotes
flake8-ignore = E501
flake8-max-complexity = 13
#imports = True
#jshint = True
jshint-bin = bin/jshint
multiprocessing = True
pre-commit-hook = True
return-status-codes = True
flake8 = True
flake8-ignore = E501,P001,T000

[i18ndude]
recipe = zc.recipe.egg
Expand Down
8 changes: 7 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
[distutils]
index-servers =
pypi
ploneorg

[check-manifest]
ignore =
.travis.yml
Makefile
bootstrap.py
*.cfg

[isort]
force_alphabetical_sort = True
force_single_line = True
line_length = 200
lines_after_imports = 2
not_skip = __init__.py

0 comments on commit 4cf82f0

Please sign in to comment.