|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

I just hit this same problem with one of my projects. Something else I discovered that is worth considering is that it appears that when you call pylint code directly from other scripts, the --msg-template parameter seems to be ignored. I'm not sure if this is a defect in the library itself or maybe my use of the library atm. If it is a defect with the pylint code I'll report a bug with them, but in the meantime if you choose to document the expected output format as part of your parser plugin rather than create a new parser (which does seem preferable), you may want to mention this tidbit.