Skip to content

Commit 204563a

Browse files
Version 2.7.0, getting cppcheck CI to pass, check level normal error
1 parent 5c6df5a commit 204563a

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/cppcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ jobs:
2424
run: cppcheck --version
2525

2626
- name: Run cppcheck
27-
run: cppcheck --project=display.cppcheck --inline-suppr --error-exitcode=1
27+
run: cppcheck --project=display.cppcheck --inline-suppr --check-level=normal --error-exitcode=1
2828

display.cppcheck

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,5 @@
2020
<suppression>missingInclude</suppression>
2121
<suppression>normalCheckLevelMaxBranches</suppression>
2222
</suppressions>
23-
<check-level-normal/>
2423
<project-name>display</project-name>
2524
</project>

0 commit comments

Comments
 (0)