mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:14:54 +02:00
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:
committed by
Brad Warren
parent
16ed5bdd47
commit
796220f6f1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user