From b36c77da72eb4149296377611d2fdbfff7280d38 Mon Sep 17 00:00:00 2001 From: "anchi.liu" Date: Mon, 17 Jun 2024 16:40:20 +0900 Subject: [PATCH] exclude 3rdParty --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 24732ba8a3..6be726f62c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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