From b08142e8a0dbad1746c953d8f692a0e0197a9608 Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Tue, 3 Jul 2018 05:32:16 +0200 Subject: [PATCH] Remove recommended extra from p.r.codeanalysis. Seems new checks have been introduced that I really do not want to fix right now. --- buildout.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildout.cfg b/buildout.cfg index c846f98c..2dcdd4cf 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -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