summaryrefslogtreecommitdiff
path: root/pylintrc
diff options
context:
space:
mode:
authorClaudiu Popa <cpopa@cloudbasesolutions.com>2015-08-20 17:22:13 +0300
committerClaudiu Popa <cpopa@cloudbasesolutions.com>2015-08-20 17:22:13 +0300
commit8814e4ea53dbbf78667dfcd8d6e745cedee634ee (patch)
tree39e6fafb822b4680da134e8316631e7342b5bf2d /pylintrc
parent69f5e6975f7978527731622785cb9a9ce739ffb3 (diff)
downloadpylint-8814e4ea53dbbf78667dfcd8d6e745cedee634ee.tar.gz
--comment flag was obsoleted and it will be removed in Pylint 1.6.
Diffstat (limited to 'pylintrc')
-rw-r--r--pylintrc4
1 files changed, 0 insertions, 4 deletions
diff --git a/pylintrc b/pylintrc
index 28862bc..b0a29d8 100644
--- a/pylintrc
+++ b/pylintrc
@@ -87,10 +87,6 @@ reports=yes
# (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 (RP0004).
-comment=no
-
# Template used to display messages. This is a python new-style format string
# used to format the message information. See doc for all details
#msg-template=