Skip to content

Commit

Permalink
Updated pre-commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimi1010 committed Jul 31, 2024
1 parent 56fcff3 commit ef3bbec
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 @@ -24,7 +24,7 @@ repos:
hooks:
- id: clang-format
args: ["--style=file"] # Use the .clang-format file for configuration
files: ^(Common\+\+|Tests|Examples)/.*\.(cpp|h)$
files: ^(Common\+\+|Pcap\+\+|Tests|Examples)/.*\.(cpp|h)$
- id: cppcheck
args: ["--std=c++11", "--language=c++", "--suppressions-list=cppcheckSuppressions.txt", "--inline-suppr", "--force"]
- repo: https://github.com/codespell-project/codespell
Expand Down

0 comments on commit ef3bbec

Please sign in to comment.