Skip to content

Commit

Permalink
Merge pull request #232 from P403n1x87/ci/fix-macos-cppcheck
Browse files Browse the repository at this point in the history
ci: fix macos cppcheck
  • Loading branch information
P403n1x87 authored Sep 1, 2024
2 parents 1395f71 + e6ee32a commit 4515056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
run: brew install cppcheck

- name: Check source code
run: cppcheck -q -f --error-exitcode=1 --inline-suppr src
run: cppcheck -q -f --error-exitcode=1 --inline-suppr --check-level=exhaustive src

codespell:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 4515056

Please sign in to comment.