1 parent 0acb4e6 commit aece7b3Copy full SHA for aece7b3
1 file changed
.clang-tidy
@@ -46,5 +46,6 @@ CheckOptions:
46
- key: misc-non-private-member-variables-in-classes.IgnoreClassesWithAllMemberVariablesBeingPublic
47
value: true
48
WarningsAsErrors: ''
49
-HeaderFilterRegex: '.*'
+HeaderFilterRegex: '^libraries/.*/morpheus/.*'
50
FormatStyle: file
51
+SystemHeaders: false
0 commit comments