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