Adopt consistent linting practices for the entire tree (#3843)

* Use the certbot pylintrc for the ACME module

* Further parallelise lint, and don't run PEP8 checks
This commit is contained in:
Peter Eckersley
2017-01-17 12:53:13 -08:00
committed by Brad Warren
parent 16ed5bdd47
commit 796220f6f1
3 changed files with 4 additions and 380 deletions
+1 -3
View File
@@ -82,9 +82,7 @@ basepython = python2.7
# continue, but tox return code will reflect previous error
commands =
pip install -q -e acme[dns,dev] -e .[dev] -e certbot-apache -e certbot-nginx -e certbot-compatibility-test -e letshelp-certbot
./pep8.travis.sh
pylint --reports=n --rcfile=acme/.pylintrc acme/acme
pylint -j 0 --reports=n --rcfile=.pylintrc certbot certbot-apache/certbot_apache certbot-nginx/certbot_nginx certbot-compatibility-test/certbot_compatibility_test letshelp-certbot/letshelp_certbot
pylint --reports=n --rcfile=.pylintrc acme/acme certbot certbot-apache/certbot_apache certbot-nginx/certbot_nginx certbot-compatibility-test/certbot_compatibility_test letshelp-certbot/letshelp_certbot
[testenv:apacheconftest]
#basepython = python2.7