Skip to content

Commit

Permalink
Fix remaining linter errors, maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
tobbi committed Dec 29, 2023
1 parent a397292 commit ae3a2f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
- name: Lint code with Cppcheck
run: |
./configure
./danmar-cppcheck-*/cppcheck \
--quiet --inline-suppr --language=c++ --error-exitcode=10 \
-j"$(nproc)" --std=c++14 --enable=warning,style \
Expand Down

0 comments on commit ae3a2f2

Please sign in to comment.