diff options
| author | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-02-19 15:14:10 -0600 |
|---|---|---|
| committer | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-02-19 15:14:10 -0600 |
| commit | bda3124ffafa1f6babfb16f14dbdced9ff68e722 (patch) | |
| tree | 9716f6f68f8e505fd16fce398e80cf16b1c8d639 | |
| parent | 69b8be71dca9f0d8b9a22189801a4a4c8328f07f (diff) | |
| download | flake8-bda3124ffafa1f6babfb16f14dbdced9ff68e722.tar.gz | |
Increase the confidence level for pylint to report something
| -rw-r--r-- | .pylintrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
