diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 91bdd55..4ef929a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -45,7 +45,7 @@ repos: entry: cpplint language: system files: \.(cxx|cpp|hpp|hxx)$ - exclude: ipcl/bignum.cpp + exclude: ipcl/bignum.cpp|example/test.cpp args: - --recursive - --filter=-runtime/references,-whitespace/comments,-whitespace/indent