Skip to content

Commit

Permalink
Defines the severity for more checkers (should be the last) (Ericsson…
Browse files Browse the repository at this point in the history
…#2141)

* Defines the severity for more checkers (should be the last)

* add missing :
  • Loading branch information
sylvestre authored and csordasmarton committed May 22, 2019
1 parent ffcccac commit 9f54cbf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/checker_severity_map.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"alpha.core.SizeofPtr": "LOW",
"alpha.core.TestAfterDivZero": "MEDIUM",
"alpha.cplusplus.DeleteWithNonVirtualDtor": "HIGH",
"alpha.cplusplus.EnumCastOutOfRange": "MEDIUM",
"alpha.cplusplus.IteratorRange": "MEDIUM",
"alpha.cplusplus.MisusedMovedObject": "MEDIUM",
"alpha.cplusplus.UninitializedObject": "MEDIUM",
Expand Down Expand Up @@ -84,6 +85,7 @@
"bugprone-use-after-move": "HIGH",
"bugprone-virtual-near-miss": "MEDIUM",
"cert-dcl03-c": "MEDIUM",
"cert-dcl16-c": "STYLE",
"cert-dcl21-cpp": "LOW",
"cert-dcl50-cpp": "LOW",
"cert-dcl54-cpp": "MEDIUM",
Expand Down Expand Up @@ -126,7 +128,9 @@
"cppcoreguidelines-avoid-goto": "STYLE",
"cppcoreguidelines-avoid-magic-numbers": "STYLE",
"cppcoreguidelines-c-copy-assignment-signature": "MEDIUM",
"cppcoreguidelines-explicit-virtual-functions": "LOW",
"cppcoreguidelines-interfaces-global-init": "LOW",
"cppcoreguidelines-macro-usage": "LOW",
"cppcoreguidelines-narrowing-conversions": "MEDIUM",
"cppcoreguidelines-no-malloc": "LOW",
"cppcoreguidelines-non-private-member-variables-in-classes": "LOW",
Expand Down Expand Up @@ -244,6 +248,7 @@
"misc-use-after-move": "HIGH",
"misc-virtual-near-miss": "HIGH",
"modernize-avoid-bind": "STYLE",
"modernize-avoid-c-arrays": "LOW",
"modernize-deprecated-headers": "LOW",
"modernize-loop-convert": "STYLE",
"modernize-make-shared": "LOW",
Expand Down

0 comments on commit 9f54cbf

Please sign in to comment.