summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Santa Barbara <justin@fathomdb.com>2011-03-16 15:25:21 -0700
committerJustin Santa Barbara <justin@fathomdb.com>2011-03-16 15:25:21 -0700
commita151fabdb7f3edef8ba17b204fe55c73fc15720a (patch)
tree5076cf4a20d7fa36484c70348d9cc2fc1d809ace
parent1aa44c3d8d0a22c5c5bc432d191a15656ad3351d (diff)
downloadnova-a151fabdb7f3edef8ba17b204fe55c73fc15720a.tar.gz
nova-a151fabdb7f3edef8ba17b204fe55c73fc15720a.tar.xz
nova-a151fabdb7f3edef8ba17b204fe55c73fc15720a.zip
In order to disable the messages, we have to use disable, not disable-msg.
-rw-r--r--pylintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylintrc b/pylintrc
index 53cf37719..378479ec5 100644
--- a/pylintrc
+++ b/pylintrc
@@ -4,7 +4,7 @@
# W0511: TODOs in code comments are fine.
# W0142: *args and **kwargs are fine.
# W0622: Redefining id is fine.
-disable-msg=W0511,W0142,W0622
+disable=W0511,W0142,W0622
[Basic]
# Variable names can be 1 to 31 characters long, with lowercase and underscores