Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
volkan-aslan committed Aug 26, 2024
1 parent 6c8b097 commit 5247046
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 @@ -15,4 +15,4 @@ jobs:
run: sudo apt-get install cppcheck

- name: Run CppCheck
run: cppcheck --enable=all --suppress=missingIncludeSystem .
run: cppcheck --enable=all --inconclusive --suppress=missingIncludeSystem .

0 comments on commit 5247046

Please sign in to comment.