Skip to content

Commit

Permalink
Update ccpp.yml
Browse files Browse the repository at this point in the history
Add --suppress=missingIncludeSystem on cppcheck
  • Loading branch information
babelouest authored Oct 13, 2024
1 parent 330a53a commit 5e75b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
sudo sysctl -w net.ipv6.conf.all.disable_ipv6=0
sudo sysctl -w net.ipv6.conf.lo.disable_ipv6=0
- name: cppcheck
run: cppcheck --force --enable=warning,missingInclude --error-exitcode=1 .
run: cppcheck --force --enable=warning,missingInclude --suppress=missingIncludeSystem --error-exitcode=1 .
- name: dependencies
run: |
cd /opt
Expand Down

0 comments on commit 5e75b52

Please sign in to comment.