Skip to content

Commit

Permalink
possible fix for the cppcheck suppression
Browse files Browse the repository at this point in the history
  • Loading branch information
Al-khwarizmi-780 committed May 4, 2024
1 parent 753246a commit 0c677bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cppcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
run: sudo apt-get install -y cppcheck

- name: Run cppcheck
run: cppcheck --version && cppcheck --exclude="../../src/third_party" . --error-exitcode=1
run: cppcheck --version && cppcheck --suppress=*:*/src/third_party/* --enable=all . --error-exitcode=1

0 comments on commit 0c677bb

Please sign in to comment.