From 511039b445415450929a6d23a6bff797f4502328 Mon Sep 17 00:00:00 2001 From: Sylvain Th?nault Date: Fri, 25 Jul 2014 17:27:29 +0200 Subject: regenerated example pylintrc and man page (though they should be removed from the repo at some point) --- man/pylint.1 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'man') diff --git a/man/pylint.1 b/man/pylint.1 index 480ac18..57954c8 100644 --- a/man/pylint.1 +++ b/man/pylint.1 @@ -1,4 +1,4 @@ -.TH pylint 1 "2014-4-18" pylint +.TH pylint 1 "2014-7-25" pylint .SH NAME .B pylint \- python code static checker @@ -75,7 +75,7 @@ Put messages in a separate file for each module / package specified on the comma .IP "--reports=, -r " Tells whether to display a full report or only the messages [current: yes] .IP "--evaluation=" -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 respectively contain the number of errors / warnings messages and the total number of statements analyzed. This is used by the global evaluation report (RP0004). [current: 10.0 - ((float(5 * error + warning + refactor + convention) / statement) * 10)] +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 respectively contain the number of errors / warnings messages and the total number of statements analyzed. This is used by the global evaluation report (RP0004). [current: 10.0 - ((float(5 * error + warning + refactor + convention) / statement) * 10)] .IP "--comment=" Add a comment according to your evaluation note. This is used by the global evaluation report (RP0004). [current: no] .IP "--msg-template=