We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86c3709 commit 01fa4dfCopy full SHA for 01fa4df
pylint/interfaces.py
@@ -42,7 +42,7 @@
42
43
Confidence = namedtuple("Confidence", ["name", "description"])
44
# Warning Certainties
45
-HIGH = Confidence("HIGH", "No false positive possible.")
+HIGH = Confidence("HIGH", "Warning that is not based on inference result.")
46
INFERENCE = Confidence("INFERENCE", "Warning based on inference result.")
47
INFERENCE_FAILURE = Confidence(
48
"INFERENCE_FAILURE", "Warning based on inference with failures."
0 commit comments