Skip to content

Commit

Permalink
Fix cppcheck not finding includes
Browse files Browse the repository at this point in the history
  • Loading branch information
qsantos committed Jul 4, 2024
1 parent 58f6911 commit dcd7396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
- name: Install cppcheck
run: sudo apt-get install -y cppcheck
- name: Run cppcheck
run: cppcheck --enable=all --inline-suppr *.cpp
run: cppcheck --enable=all --inline-suppr -I Detours/src --suppress=missingIncludeSystem --force *.cpp

0 comments on commit dcd7396

Please sign in to comment.