summaryrefslogtreecommitdiffstats
path: root/testsuite/pylintrc.conf
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2012-09-26 09:48:58 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2012-09-26 10:05:22 -0400
commitaeddf10f2e129c70b182e91b727ccc8028e3fd45 (patch)
tree2213bf1a27912b75a7b160a0b2494acee052be19 /testsuite/pylintrc.conf
parentbe0e43af56fbd56dbb3f8d0266503e7b820f2c11 (diff)
downloadbcfg2-aeddf10f2e129c70b182e91b727ccc8028e3fd45.tar.gz
bcfg2-aeddf10f2e129c70b182e91b727ccc8028e3fd45.tar.bz2
bcfg2-aeddf10f2e129c70b182e91b727ccc8028e3fd45.zip
made full pylint checks the default, expanded pylint coverage to lots of tools
Diffstat (limited to 'testsuite/pylintrc.conf')
-rw-r--r--testsuite/pylintrc.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/pylintrc.conf b/testsuite/pylintrc.conf
index 250929163..63cc8eed8 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,R0901,R0902,R0903,R0904,R0921,R0922,C0302,I0011
+disable=F0401,W0142,W0511,W0603,W1201,R0201,R0801,R0901,R0902,R0903,R0904,R0921,R0922,C0302,I0011
[REPORTS]
@@ -112,7 +112,7 @@ ignore-mixin-members=yes
# List of classes names for which member attributes should not be checked
# (useful for classes with attributes dynamically set).
-ignored-classes=SQLObject
+ignored-classes=ForeignKey,Interaction
# When zope mode is activated, add a predefined set of Zope acquired attributes
# to generated-members.