[Python-projects] pylint - one error at a time

Barry Scott barry.scott at onelan.co.uk
Tue Dec 12 14:40:02 CET 2006


Duncan Gibson wrote:
> I've just introduced someone else to pylint for his [inherited] code.
> He wants to be able to work though each message type, one by one, but
> found that 'pylint --disable-all --enable-msg=XYZ file.py' simply
> disables all of the messages.
>
>   
Why not grep the output for the message that you are focusing on?

Barry



More information about the Python-Projects mailing list