We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d46a059 commit cfdd868Copy full SHA for cfdd868
.github/workflows/cppcheck-daily.yaml
@@ -22,7 +22,7 @@ jobs:
22
continue-on-error: true
23
id: cppcheck
24
run: |
25
- cppcheck --enable=all --inconclusive --check-level=exhaustive --error-exitcode=1 --xml . 2> cppcheck-report.xml
+ cppcheck --enable=all --inconclusive --check-level=exhaustive --suppress=*:*/test/* --error-exitcode=1 --xml . 2> cppcheck-report.xml
26
shell: bash
27
28
- name: Count errors by error ID and severity
0 commit comments