Skip to content

Commit 7c042af

Browse files
committed
fix: correct clang-tidy HeaderFilterRegex to match Posix ERE
1 parent 3b59ef2 commit 7c042af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.clang-tidy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ CheckOptions:
3939
- key: readability-identifier-naming.ProtectedMemberSuffix
4040
value: '_'
4141

42-
HeaderFilterRegex: '(?!_deps)(src|test|example)'
42+
HeaderFilterRegex: 'src/iceberg|example'

0 commit comments

Comments
 (0)