Skip to content

Commit 46e13eb

Browse files
committed
fix: exclude .ixx files and module import tests from clang-tidy
1 parent d21f2f6 commit 46e13eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ repos:
3737
name: clang-tidy
3838
entry: .github/scripts/clang-tidy-hook
3939
types: [c++]
40-
exclude: (tests/(datamodel|src|extra_code)/.*(h|cc)|podioVersion.in.h)
40+
exclude: (tests/(datamodel|src|extra_code)/.*(h|cc)|podioVersion.in.h|.*\.ixx|tests/test_module_import\.cpp)
4141
language: system

0 commit comments

Comments
 (0)