I can't find a simple ~/.pylintrc
file for ignoring everything but errors.
Currently I have it set to this:
[MESSAGES CONTROL]
disable=W
From this similar stackoverflow answer. In theory this should remove warnings but it doesn't work for me, even after reloading window.
I want only errors to be shown (in red) not warnings (in green)