Skip to content

Commit aece7b3

Browse files
committed
Avoid Clang-Tidy checks on external dependencies
1 parent 0acb4e6 commit aece7b3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.clang-tidy

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,6 @@ CheckOptions:
4646
- key: misc-non-private-member-variables-in-classes.IgnoreClassesWithAllMemberVariablesBeingPublic
4747
value: true
4848
WarningsAsErrors: ''
49-
HeaderFilterRegex: '.*'
49+
HeaderFilterRegex: '^libraries/.*/morpheus/.*'
5050
FormatStyle: file
51+
SystemHeaders: false

0 commit comments

Comments
 (0)