Skip to content

Commit

Permalink
Merge pull request #1058 from Xazax-hun/severity
Browse files Browse the repository at this point in the history
Fix the severity of a check.
  • Loading branch information
Xazax-hun authored Oct 26, 2017
2 parents 0983798 + 95b78d6 commit 3e23073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/checker_severity_map.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
"misc-sizeof-container": "HIGH",
"misc-sizeof-expression": "HIGH",
"misc-static-assert": "MEDIUM",
"misc-string-compare": "HIGH",
"misc-string-compare": "LOW",
"misc-string-constructor": "HIGH",
"misc-string-integer-assignment": "LOW",
"misc-string-literal-with-embedded-nul": "MEDIUM",
Expand Down

0 comments on commit 3e23073

Please sign in to comment.