Skip to content

Commit

Permalink
Add cppcheck analysis errors to CRITICAL severity
Browse files Browse the repository at this point in the history
  • Loading branch information
whisperity committed Apr 25, 2024
1 parent 7ffe3e9 commit a8208b8
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions config/labels/analyzers/cppcheck.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,9 @@
"profile:default",
"severity:HIGH"
],
"cppcheck-cppcheckLimit": [
"severity:CRITICAL"
],
"cppcheck-cstyleCast": [
"severity:STYLE"
],
Expand Down Expand Up @@ -333,10 +336,19 @@
"cppcheck-initializerList": [
"severity:STYLE"
],
"cppcheck-instantiationError": [
"severity:CRITICAL"
],
"cppcheck-integerOverflow": [
"profile:default",
"severity:HIGH"
],
"cppcheck-internalAstError": [
"severity:CRITICAL"
],
"cppcheck-internalError": [
"severity:CRITICAL"
],
"cppcheck-invalidContainer": [
"profile:default",
"severity:HIGH"
Expand Down Expand Up @@ -930,6 +942,9 @@
"profile:default",
"severity:MEDIUM"
],
"cppcheck-syntaxError": [
"severity:CRITICAL"
],
"cppcheck-thisSubtraction": [
"profile:default",
"severity:MEDIUM"
Expand Down Expand Up @@ -992,6 +1007,9 @@
"profile:default",
"severity:HIGH"
],
"cppcheck-unknownMacro": [
"severity:CRITICAL"
],
"cppcheck-unknownSignCharArrayIndex": [
"severity:LOW"
],
Expand Down

0 comments on commit a8208b8

Please sign in to comment.