summaryrefslogtreecommitdiff
path: root/pylintrc
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2022-07-05 20:37:28 +0300
committerGitHub <noreply@github.com>2022-07-05 19:37:28 +0200
commit1c5777f37f227f927549abcb0fcf846ea60ca682 (patch)
tree1af7a0aa2f1ce280d7f4d84fd02eeef19746e1cf /pylintrc
parent14b3363ffda4014b0f390ef4b2008843b2db8287 (diff)
downloadpylint-git-1c5777f37f227f927549abcb0fcf846ea60ca682.tar.gz
doc(fail-under): rephrase description (#7102)
To exceed a threshold here sonds to me as if the score would have to be _above_ the threshold, which is the opposite of what actually happens. Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
Diffstat (limited to 'pylintrc')
-rw-r--r--pylintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylintrc b/pylintrc
index 5e7a6193e..1faa1df88 100644
--- a/pylintrc
+++ b/pylintrc
@@ -61,7 +61,7 @@ py-version = 3.7.2
# complex, nested conditions.
limit-inference-results=100
-# Specify a score threshold to be exceeded before program exits with error.
+# Specify a score threshold under which the program will exit with error.
fail-under=10.0
# Return non-zero exit code if any of these messages/categories are detected,