-
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.
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?