From 1c5777f37f227f927549abcb0fcf846ea60ca682 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Tue, 5 Jul 2022 20:37:28 +0300 Subject: 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 --- pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pylintrc') 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, -- cgit v1.2.1