Skip to content

Commit

Permalink
exclude third_party folder from cppcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
Al-khwarizmi-780 committed May 4, 2024
1 parent b0d548f commit 1255e79
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 . --error-exitcode=1
run: cppcheck --version && cppcheck --exclude=./../../src/third_party . --error-exitcode=1

0 comments on commit 1255e79

Please sign in to comment.