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

Duncan Gibson duncan at thermal.esa.int
Tue Dec 12 10:13:00 CET 2006


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.

How should he isolate one message at a time? Or is this a bug?

Cheers
Duncan


More information about the Python-Projects mailing list