summaryrefslogtreecommitdiff
path: root/examples
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
commit4c0cb3ef733513a9217327dc4d5bb081d8c7c9b4 (patch)
tree0d846e4c2c9fe1dd5e3b2edf52230af099b8fc4c /examples
parent993af9b54486166d577ef3ae39425af9a61e745d (diff)
downloadpylint-4c0cb3ef733513a9217327dc4d5bb081d8c7c9b4.tar.gz
doc : more update on options
Diffstat (limited to 'examples')
-rw-r--r--examples/pylintrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/pylintrc b/examples/pylintrc
index 7d276ce..a5b8641 100644
--- a/examples/pylintrc
+++ b/examples/pylintrc
@@ -57,11 +57,11 @@ reports=yes
# 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).
+# (RP0004).
evaluation=10.0 - ((float(5 * error + warning + refactor + convention) / statement) * 10)
# Add a comment according to your evaluation note. This is used by the global
-# evaluation report (R0004).
+# evaluation report (RP0004).
comment=no