Disable another silly pylint warning

This commit is contained in:
Peter Eckersley
2015-08-28 18:02:38 -07:00
parent 6604a0ffaa
commit fd3170e2e8
+1 -1
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,bad-continuation,too-few-public-methods
disable=fixme,locally-disabled,abstract-class-not-used,bad-continuation,too-few-public-methods,no-self-use
# abstract-class-not-used cannot be disabled locally (at least in pylint 1.4.1)