Skip to content

Commit

Permalink
exclude library
Browse files Browse the repository at this point in the history
  • Loading branch information
haraschax committed Jun 7, 2024
1 parent df65e6e commit 04e0223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repos:
entry: cppcheck
language: system
types: [c++]
exclude: '^(msgq/msgq_tests.cc|msgq/test_runner.cc)'
exclude: '^(catch2|msgq/msgq_tests.cc|msgq/test_runner.cc)'
args:
- --error-exitcode=1
- --inline-suppr
Expand Down

0 comments on commit 04e0223

Please sign in to comment.