Skip to content

Commit

Permalink
Correct invalid check on category
Browse files Browse the repository at this point in the history
  • Loading branch information
elupus committed Jan 18, 2023
1 parent 85ea8ff commit a025410
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ protected void assertThatIssuesArePresent(final Report report, final SoftAsserti
.hasColumnStart(25)
.hasFileName("/path/to/projrct/extern/lib/control.c")
.hasMessage("misra violation (use --rule-texts=<file> to get proper output)")
.hasCategory("cppcheck-misra-c2012-15.5")
.hasCategory("cppcheck-misra-c2012-11.3")
.hasSeverity(Severity.WARNING_LOW);

}
Expand Down

0 comments on commit a025410

Please sign in to comment.