From bda3124ffafa1f6babfb16f14dbdced9ff68e722 Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Fri, 19 Feb 2016 15:14:10 -0600 Subject: [PATCH] Increase the confidence level for pylint to report something --- .pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index 8b82de9..ed80ac9 100644 --- a/.pylintrc +++ b/.pylintrc @@ -43,7 +43,7 @@ optimize-ast=no # Only show warnings with the listed confidence levels. Leave empty to show # all. Valid levels: HIGH, INFERENCE, INFERENCE_FAILURE, UNDEFINED -confidence= +confidence=INFERENCE_FAILURE # Enable the message, report, category or checker with the given id(s). You can # either give multiple identifier separated by comma (,) or put this option