summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2017-04-30 21:35:53 -0400
committerNed Batchelder <ned@nedbatchelder.com>2017-04-30 21:35:53 -0400
commit31c040182329594c29d7426b1fa152e57ee98b48 (patch)
treed3e1f881fa8a280ca8241423f9af0ddee7766aad
parent8931c9a3ee444254e27a10f90ae8121675760fac (diff)
downloadpython-coveragepy-git-31c040182329594c29d7426b1fa152e57ee98b48.tar.gz
No need for a pylint score
-rw-r--r--pylintrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/pylintrc b/pylintrc
index 05bdf436..278a6950 100644
--- a/pylintrc
+++ b/pylintrc
@@ -97,6 +97,9 @@ files-output=no
# Tells wether to display a full report or only the messages
reports=no
+# I don't need a score, thanks.
+score=no
+
# 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