Skip to content

Commit

Permalink
fix cppcheck command
Browse files Browse the repository at this point in the history
  • Loading branch information
Al-khwarizmi-780 committed May 4, 2024
1 parent 0c677bb commit dd2df86
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 --suppress=*:*/src/third_party/* --enable=all . --error-exitcode=1
run: cppcheck --version && cppcheck ../../src/openkf/ ../../src/examples/ --error-exitcode=1

0 comments on commit dd2df86

Please sign in to comment.