Skip to content

Commit ff902f7

Browse files
committed
Add explicit 'HeaderFilterRegex' in clang-tidy config
1 parent ead257c commit ff902f7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.clang-tidy

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

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

0 commit comments

Comments
 (0)