From c30bc3b358dec7f351d602e81c5ffc73d624dbaa Mon Sep 17 00:00:00 2001 From: epage Date: Tue, 22 Jul 2008 22:46:04 +0000 Subject: [PATCH] Playing with some pylint settings to cut down noise git-svn-id: file:///svnroot/gc-dialer/trunk@106 c39d3808-3fe2-4d86-a59f-b7f623ee9f21 --- support/pylint.rc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/support/pylint.rc b/support/pylint.rc index b445dcf..ba26a80 100644 --- a/support/pylint.rc +++ b/support/pylint.rc @@ -53,7 +53,8 @@ load-plugins= #enable-msg= # Disable the message(s) with the given id(s). -#disable-msg= +#Unused Arg, Missing Docstring +disable-msg=W0613,C0111 [REPORTS] @@ -212,7 +213,7 @@ max-parents=7 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 -- 1.7.9.5