[Python-projects] get new message ids in pylint?

Saegebrecht Martin martin.saegebrecht at combitech.se
Mon Feb 9 14:02:15 CET 2009


Hello.

I have successfully created my own checker. The next step is to add messages in the report everytime my checker encounters an error.

My question is how do I create new message-ids for my own custom errors that I want to fill my report with?

The other built-in checkers uses the method BaseChecker::add_message(self, msg_id, line=None, node=None, args=None)

So how to create new msg-ids?

MVH
/Martin


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.logilab.org/pipermail/python-projects/attachments/20090209/9e1271a2/attachment.htm>


More information about the Python-Projects mailing list