From: epage Date: Tue, 22 Jul 2008 22:46:04 +0000 (+0000) Subject: Playing with some pylint settings to cut down noise X-Git-Url: http://git.maemo.org/git/?p=gc-dialer;a=commitdiff_plain;h=c30bc3b358dec7f351d602e81c5ffc73d624dbaa Playing with some pylint settings to cut down noise git-svn-id: file:///svnroot/gc-dialer/trunk@106 c39d3808-3fe2-4d86-a59f-b7f623ee9f21 --- 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