List of pylint human readable message ids?
Solution 1:
I don't think there exists (yet) such list on the web, though pylint --list-msgs
automatically produces one.
Solution 2:
I've stumbled upon your question, searching for such a list myself. So I decided to process pylint --list-msgs
through regex. Then I created such a list. You can access it here.
Solution 3:
Here is a dictionary of pylint errors to message for the most the most updated version of the pylint --list-msgs
.
The format is PYLINT_ERROR_ID: ERROR_MESSAGE.