summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorEmile Anclin <emile.anclin@logilab.fr>2010-10-25 16:15:36 +0200
committerEmile Anclin <emile.anclin@logilab.fr>2010-10-25 16:15:36 +0200
commit2554a84f4948a426abfcee3e443a5c37f49c18af (patch)
tree5c04a58238a02d1843ca836c6229d9d69380b3f3 /man
parenta004b900ea8a67ef4fabcc68a4c31aa35f4807ad (diff)
downloadpylint-git-2554a84f4948a426abfcee3e443a5c37f49c18af.tar.gz
doc : more update on options
Diffstat (limited to 'man')
-rw-r--r--man/pylint.14
1 files changed, 2 insertions, 2 deletions
diff --git a/man/pylint.1 b/man/pylint.1
index c68175507..38b7a91af 100644
--- a/man/pylint.1
+++ b/man/pylint.1
@@ -74,9 +74,9 @@ Put messages in a separate file for each module / package specified on the comma
.IP "--reports=<y_or_n>, -r <y_or_n>"
Tells whether to display a full report or only the messages [current: yes]
.IP "--evaluation=<python_expression>"
-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 (R0004). [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=<y_or_n>"
-Add a comment according to your evaluation note. This is used by the global evaluation report (R0004). [current: no]
+Add a comment according to your evaluation note. This is used by the global evaluation report (RP0004). [current: no]
.SH BASIC
.IP "--required-attributes=<attributes>"