Playing with some pylint settings to cut down noise
authorepage <eopage@byu.net>
Tue, 22 Jul 2008 22:46:04 +0000 (22:46 +0000)
committerepage <eopage@byu.net>
Tue, 22 Jul 2008 22:46:04 +0000 (22:46 +0000)
git-svn-id: file:///svnroot/gc-dialer/trunk@106 c39d3808-3fe2-4d86-a59f-b7f623ee9f21

support/pylint.rc

index b445dcf..ba26a80 100644 (file)
@@ -53,7 +53,8 @@ load-plugins=
 #enable-msg=
 
 # Disable the message(s) with the given id(s).
 #enable-msg=
 
 # Disable the message(s) with the given id(s).
-#disable-msg=
+#Unused Arg, Missing Docstring
+disable-msg=W0613,C0111
 
 
 [REPORTS]
 
 
 [REPORTS]
@@ -212,7 +213,7 @@ max-parents=7
 max-attributes=7
 
 # Minimum number of public methods for a class (see R0903).
 max-attributes=7
 
 # Minimum number of public methods for a class (see R0903).
-min-public-methods=2
+min-public-methods=1
 
 # Maximum number of public methods for a class (see R0904).
 max-public-methods=20
 
 # Maximum number of public methods for a class (see R0904).
 max-public-methods=20