-
Improvement
-
Resolution: Fixed
-
Trivial
-
-
warnings-ng 2.0.0, analysis-model-api 2.0.0
Currently the category for the builtin parser is set to the old-style numeric warnings ("msg_id") (W0xxx). I think it would be better to use the textual representation by default ( the "symbol"), as these are easily human-readable, while the numeric ones always require a lookup.
[JENKINS-55340] warnings-ng: pylint parser should use new-style labels
Labels | New: help-wanted newbie-friendly |
Assignee | Original: Ulli Hafner [ drulli ] |
Component/s | New: analysis-model [ 23523 ] | |
Component/s | Original: warnings-ng-plugin [ 24526 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Fixed but Unreleased [ 10203 ] |
Can you make that more clear by providing the a full message line and the expected result? In my test case I have
Should C0111 be replaced by Episode, or where is the textual representation? Since I don't use python at all, interested in providing a PR?