Skip to content

Commit

Permalink
Add severity for 4 checkers (Ericsson#2513)
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvestre authored and csordasmarton committed Jan 20, 2020
1 parent f90b37f commit 1d855af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/checker_severity_map.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@
"alpha.core.TestAfterDivZero": "MEDIUM",
"alpha.cplusplus.DeleteWithNonVirtualDtor": "HIGH",
"alpha.cplusplus.EnumCastOutOfRange": "MEDIUM",
"alpha.cplusplus.InvalidatedIterator": "HIGH",
"alpha.cplusplus.IteratorModeling": "MEDIUM",
"alpha.cplusplus.IteratorRange": "MEDIUM",
"alpha.cplusplus.MismatchedIterator": "MEDIUM",
"alpha.cplusplus.PlacementNew": "HIGH",
"alpha.cplusplus.UninitializedObject": "MEDIUM",
"alpha.deadcode.UnreachableCode": "LOW",
Expand Down Expand Up @@ -68,6 +70,7 @@
"bugprone-narrowing-conversions": "MEDIUM",
"bugprone-not-null-terminated-result": "MEDIUM",
"bugprone-parent-virtual-call": "MEDIUM",
"bugprone-signed-char-misuse": "MEDIUM",
"bugprone-sizeof-container": "HIGH",
"bugprone-sizeof-expression": "HIGH",
"bugprone-string-constructor": "HIGH",
Expand Down Expand Up @@ -111,6 +114,7 @@
"cert-msc51-cpp": "MEDIUM",
"cert-oop11-cpp": "MEDIUM",
"cert-oop54-cpp": "MEDIUM",
"cert-oop58-cpp": "LOW",
"core.builtin.BuiltinFunctions": "MEDIUM",
"core.builtin.NoReturnFunctions": "MEDIUM",
"core.CallAndMessage": "HIGH",
Expand Down

0 comments on commit 1d855af

Please sign in to comment.