Skip to content

Commit

Permalink
Remove code-analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Jowett committed Mar 26, 2020
1 parent 2afd433 commit c7f675f
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ extensions = mr.developer
parts =
instance
test
code-analysis
releaser
i18ndude
omelette
Expand All @@ -24,17 +23,6 @@ eggs =
collective.clamav [test]


[code-analysis]
recipe = plone.recipe.codeanalysis
directory = ${buildout:directory}/src/collective
flake8-exclude = bootstrap.py,bootstrap-buildout.py,docs,*.egg.,omelette
flake8-max-complexity = 15
flake8-extensions =
flake8-blind-except
flake8-debugger
flake8-coding


[omelette]
recipe = collective.recipe.omelette
eggs = ${instance:eggs}
Expand Down Expand Up @@ -70,17 +58,10 @@ collective.clamav =
setuptools = 20.7.0
zc.buildout = 2.5.1
zc.recipe.egg = 2.0.3
flake8 = 2.5.4
i18ndude = 4.0.1
robotframework = 3.0
robotframework-ride = 1.5.2.1
robotframework-selenium2library = 1.7.4
robotsuite = 1.7.0
selenium = 2.53.1
plone.testing = 5.0.0

flake8-debugger = 1.4.0
flake8-print = 2.0.2
flake8-coding = 1.2.1
flake8 = 2.5.4
pyflakes = 1.0.0

0 comments on commit c7f675f

Please sign in to comment.