Skip to content

Commit

Permalink
suppress missingIncludeSystem errors until cppcheck v2.16 or greater
Browse files Browse the repository at this point in the history
  • Loading branch information
barrust committed Dec 21, 2024
1 parent 07efd13 commit a5145e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Install cppcheck
run: sudo apt install cppcheck
- name: Code Quality (cppcheck)
run: cppcheck --error-exitcode=1 --inline-suppr --enable=warning,performance,information,style --check-level=exhaustive --template='{file}:{line},{severity},{id},{message}' ./src/
run: cppcheck --error-exitcode=1 --inline-suppr --enable=warning,performance,information,style --suppress=missingIncludeSystem --check-level=exhaustive --template='{file}:{line},{severity},{id},{message}' ./src/

macos:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit a5145e1

Please sign in to comment.