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
commit728271b602d5ca0ba4e2412faae40d3dbb40ad94 (patch)
tree06b38f621c1ccf6e7687c4bc23f2c1a71e5f6343 /pylintrc
parent949a52f41356571f7972b72a1162124051923e7e (diff)
downloadpylint-git-728271b602d5ca0ba4e2412faae40d3dbb40ad94.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 28862bcad..b0a29d839 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=