pylintpylintrc

How to change a error message into a warning message in pylint?


Is there a way to change/specify the severity level (error, warning) of a rule in pylintrc file?


Solution

  • It seems that this is not possible at the moment. There is an existing feature request at github.