X-Git-Url: http://git.maemo.org/git/?p=gc-dialer;a=blobdiff_plain;f=support%2Fpylint.rc;h=404f6dccab7222b29b340d3d8cc67358710669f1;hp=b445dcff609c496d5d5ed36a7aa0e0cfbcfc5f25;hb=3ca7385bd450cee5f6226de8456ff7e538c01127;hpb=c6a1cfd061988b51bcca2a50cf99040f1e3f347f diff --git a/support/pylint.rc b/support/pylint.rc index b445dcf..404f6dc 100644 --- a/support/pylint.rc +++ b/support/pylint.rc @@ -53,17 +53,16 @@ load-plugins= #enable-msg= # Disable the message(s) with the given id(s). -#disable-msg= - +disable-msg=W0403,W0612,W0613,C0103,C0111,C0301,R0903,W0142,W0603,R0904 [REPORTS] # set the output format. Available formats are text, parseable, colorized, msvs # (visual studio) and html -output-format=text +output-format=colorized # Include message's id in output -include-ids=no +include-ids=yes # Put messages in a separate file for each module / package specified on the # command line instead of printing them on stdout. Reports (if any) will be @@ -71,7 +70,7 @@ include-ids=no files-output=no # Tells wether to display a full report or only the messages -reports=yes +reports=no # Python expression which should return a note less than 10 (10 is the highest # note).You have access to the variables errors warning, statement which @@ -209,10 +208,10 @@ max-statements=50 max-parents=7 # Maximum number of attributes for a class (see R0902). -max-attributes=7 +max-attributes=15 # 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 @@ -295,7 +294,8 @@ notes=FIXME,XXX,TODO [FORMAT] # Maximum number of characters on a single line. -max-line-length=80 +# @note Limiting this to the most extreme cases +max-line-length=100 # Maximum number of lines in a module max-module-lines=1000