summaryrefslogtreecommitdiffstats
path: root/testsuite/pylintrc.conf
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2012-10-29 09:35:39 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2012-10-29 09:35:39 -0400
commitef87028da290f8c196075f4e8154596329d56f15 (patch)
tree1ce3f883c1e26e4cfb2fa289a681167eb7db5579 /testsuite/pylintrc.conf
parent44756f91921d03a012fef6ac321ae78e67c7585a (diff)
downloadbcfg2-ef87028da290f8c196075f4e8154596329d56f15.tar.gz
bcfg2-ef87028da290f8c196075f4e8154596329d56f15.tar.bz2
bcfg2-ef87028da290f8c196075f4e8154596329d56f15.zip
fixed unit tests
Diffstat (limited to 'testsuite/pylintrc.conf')
-rw-r--r--testsuite/pylintrc.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/testsuite/pylintrc.conf b/testsuite/pylintrc.conf
index 69b98b16e..829feaa26 100644
--- a/testsuite/pylintrc.conf
+++ b/testsuite/pylintrc.conf
@@ -33,7 +33,7 @@ load-plugins=
# can either give multiple identifier separated by comma (,) or put this option
# multiple time (only on the command line, not in the configuration file where
# it should appear only once).
-disable=F0401,W0142,W0511,W0603,W1201,R0201,R0801,R0901,R0902,R0903,R0904,R0921,R0922,C0302,I0011
+disable=F0401,W0142,W0511,W0603,W1201,R0201,R0801,R0901,R0902,R0903,R0904,R0921,R0922,C0302,I0011,E0100,E0101,E0102,E0106
# Some of these are disabled because they warn about things we _want_:
#
# * W0142: Used * or ** magic
@@ -62,6 +62,9 @@ disable=F0401,W0142,W0511,W0603,W1201,R0201,R0801,R0901,R0902,R0903,R0904,R0921,
# * R0801: Similar lines in files
# * C0302: Too many lines in module
+# Some of these are disabled because of bugs in pylint:
+# * E0100,E0101,E0102,E0106: http://stackoverflow.com/questions/12514214/pylint-and-tornado-fails-on-tornado-web-authenticated
+
# Some of these are disabled for various other reasons:
# * F0401: Unable to import a module: Bcfg2 has loads and loads of