-
Improvement
-
Resolution: Won't Do
-
Minor
-
None
It would be nice if there was a way to alter the priority for a warning by category.
I'd like to treat certain warnings as high priority (e.g. "tautological const_cast") because they are indicative of problems with the codebase and have no false positives, while others (e.g. "suggest using a smart pointer here") I'd like to treat as low priority.
- is duplicated by
-
JENKINS-64354 Change severity mapping for PC-Lint
-
- Closed
-
- is related to
-
JENKINS-52551 Make mapping of PMD levels for the Jenkins PMD plugins configurable
-
- Resolved
-
- relates to
-
JENKINS-55571 overrule parser classifications
-
- Closed
-
Tools like PMD or CheckStyle define such priorities globally for all users. Would it make sense to define a global mapping table in the parser (which one are you using?)? Or do you think this is something that different teams would handle differently?