Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/gruntworker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'pylint.rc')
-rw-r--r--pylint.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint.rc b/pylint.rc
index e9644f9..9ec6fa9 100644
--- a/pylint.rc
+++ b/pylint.rc
@@ -51,7 +51,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=C0111,C0301
+disable=I0011,C0111,C0301
[REPORTS]