Skip to content

Commit f427e49

Browse files
authored
Add explicit 'HeaderFilterRegex' in clang-tidy config (#485)
1 parent 388feaa commit f427e49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.clang-tidy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Checks: >
2929
-readability-magic-numbers
3030
3131
WarningsAsErrors: "*"
32+
HeaderFilterRegex: '.*/(modules|tasks)/.*'
3233

3334
CheckOptions:
3435
- key: readability-identifier-naming.ClassCase

0 commit comments

Comments
 (0)