Skip to content

Commit cfdd868

Browse files
authored
chore(ci): update cppcheck-daily (#7648)
Signed-off-by: veqcc <ryuta.kambe@tier4.jp>
1 parent d46a059 commit cfdd868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cppcheck-daily.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
continue-on-error: true
2323
id: cppcheck
2424
run: |
25-
cppcheck --enable=all --inconclusive --check-level=exhaustive --error-exitcode=1 --xml . 2> cppcheck-report.xml
25+
cppcheck --enable=all --inconclusive --check-level=exhaustive --suppress=*:*/test/* --error-exitcode=1 --xml . 2> cppcheck-report.xml
2626
shell: bash
2727

2828
- name: Count errors by error ID and severity

0 commit comments

Comments
 (0)