Skip to content

Commit

Permalink
Add boost setting to cppcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
karczex committed Dec 17, 2024
1 parent 015453f commit 44d9d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/run-cppcheck/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ runs:
run: sudo apt-get install -y cppcheck
- name: "Run cppcheck"
shell: bash
run: cppcheck -i $GITHUB_WORKSPACE/third_party $GITHUB_WORKSPACE --inline-suppr --error-exitcode=1
run: cppcheck -i $GITHUB_WORKSPACE/third_party $GITHUB_WORKSPACE --inline-suppr --error-exitcode=1 --library=boost

0 comments on commit 44d9d7a

Please sign in to comment.