Skip to content

Commit

Permalink
exclude 3rdParty
Browse files Browse the repository at this point in the history
  • Loading branch information
tigercosmos committed Jun 17, 2024
1 parent b251e99 commit b36c77d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ repos:
- id: clang-format
args: ["--style=file"] # Use the .clang-format file for configuration
files: "\\.(cpp|h)$"
exclude: "^3rdParty/"
- 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 b36c77d

Please sign in to comment.