Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scripts/data/pylintrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/data/pylintrc b/scripts/data/pylintrc
index ee47fc7..4a73565 100644
--- a/scripts/data/pylintrc
+++ b/scripts/data/pylintrc
@@ -51,12 +51,12 @@ load-plugins=
disable-msg-cat=RI
# Enable the message(s) with the given id(s).
-#enable-msg=
+#enable=
# Disable the message(s) with the given id(s).
# FIXME
# W0105 reported on doc string for toplevel module variables
-disable-msg=C0111,C0103,C0302,W0511,W0233,W0231,W0142,W0613,W0703,W0603,W0105
+disable=C0111,C0103,C0302,W0511,W0233,W0231,W0142,W0613,W0703,W0603,W0105
[REPORTS]