1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-23 07:20:55 +03:00

Disable duplicate-code pylint check

This commit is contained in:
Seth Schoen
2015-09-10 14:59:10 -07:00
parent 7c2a87a51d
commit ff85bd30b7

View File

@@ -38,7 +38,7 @@ load-plugins=linter_plugin
# --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
disable=fixme,locally-disabled,abstract-class-not-used,duplicate-code
# abstract-class-not-used cannot be disabled locally (at least in pylint 1.4.1)