Increase the confidence level for pylint to report something

This commit is contained in:
Ian Cordasco 2016-02-19 15:14:10 -06:00
parent 69b8be71dc
commit bda3124ffa

View file

@ -43,7 +43,7 @@ optimize-ast=no
# Only show warnings with the listed confidence levels. Leave empty to show # Only show warnings with the listed confidence levels. Leave empty to show
# all. Valid levels: HIGH, INFERENCE, INFERENCE_FAILURE, UNDEFINED # 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 # 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 # either give multiple identifier separated by comma (,) or put this option