summaryrefslogtreecommitdiff
path: root/pylintrc
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
commitb17f0c1bafb15357f7c27b6a0f5f6e342d6b0a1e (patch)
tree9b487ec2dc8405b7b1dbef38237309ff47da911f /pylintrc
parentdb2e191cbc75dbfbf816899a46dbefc5a6106f64 (diff)
downloadpython-coveragepy-b17f0c1bafb15357f7c27b6a0f5f6e342d6b0a1e.tar.gz
No need for a pylint score
Diffstat (limited to 'pylintrc')
-rw-r--r--pylintrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/pylintrc b/pylintrc
index 05bdf43..278a695 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