mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 00:32:12 -04:00
Roll back change to acme's pylintrc, which was needed to get lint to pass on Travis's Trusty beta (sudo) infra.
We're stepping off that infra briefly, to keep it the same as boulder's. When we retire the old le-auto, we'll step back on and change boulder to use it as well.
This commit is contained in:
parent
bccb2124bc
commit
c3ea4bdc9b
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ confidence=
|
|||
# --enable=similarities". If you want to run only the classes checker, but have
|
||||
# no Warning level messages displayed, use"--disable=all --enable=classes
|
||||
# --disable=W"
|
||||
disable=fixme,locally-disabled,abstract-class-not-used,too-many-instance-attributes
|
||||
disable=fixme,locally-disabled,abstract-class-not-used
|
||||
# bstract-class-not-used cannot be disabled locally (at least in
|
||||
# pylint 1.4.1/2)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue