Replies: 2 comments 3 replies
-
Hi, As for the severity levels we try to apply the following rules: Critical severity is reserved currently for compilation errors. I think, there will always be debatable categorizations when both an example and counter example can be given for a checker category in terms of runtime errors. I would say that we should change severity only if they are in an obviously wrong category. |
Beta Was this translation helpful? Give feedback.
-
Since severities were moved into the new Checkers table I have implemented the option to override severities for individual reports in my fork. This introduces a dropdown menu similar to the review status modification drop down menu in the report and allows you to select the new severity. This doesn't change the checker severity, only the severity for the individual report (by virtue of keeping the existing severity column in the report and only using it if it has a value, otherwise falling back to the checker value). Is this something you would be interested in for me to push upstream? |
Beta Was this translation helpful? Give feedback.
-
Hello.
Is it possible to change severity mapping ?
For instance, I use this analyzer : config/labels/analyzers/clang-tidy.json
But some checkers are considered lower for us, it would allow to not filter them in clang, but affect them a lower priority.
Beta Was this translation helpful? Give feedback.
All reactions