summaryrefslogtreecommitdiffstats
path: root/pylintrc
diff options
context:
space:
mode:
authorEric Day <eday@oddments.org>2010-08-07 19:51:17 -0700
committerEric Day <eday@oddments.org>2010-08-07 19:51:17 -0700
commit46c0f66d123e2b4af101bb12408ad6de5eb6855b (patch)
tree2f13afc4ce92a8f90e125616cc70088cf77100b7 /pylintrc
parentff47d384a4be8627a32ee8e34dddc5bd005ac063 (diff)
downloadnova-46c0f66d123e2b4af101bb12408ad6de5eb6855b.tar.gz
nova-46c0f66d123e2b4af101bb12408ad6de5eb6855b.tar.xz
nova-46c0f66d123e2b4af101bb12408ad6de5eb6855b.zip
Cleaned up pep8/pylint for bin/* files. I did not fix rsapi since this is already cleaned up in another branch.
Diffstat (limited to 'pylintrc')
-rw-r--r--pylintrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/pylintrc b/pylintrc
index a853e5bed..258d3556d 100644
--- a/pylintrc
+++ b/pylintrc
@@ -1,3 +1,6 @@
+[Messages Control]
+disable-msg=C0103
+
[Basic]
method-rgx=[a-z_][a-z0-9_]{2,50}$