[libc++] Update clang-tidy configuration for the tests
This is to avoid clang-tidy complaining all over the tests that the naming is wrong.
This commit is contained in:
@@ -3,3 +3,9 @@ InheritParentConfig: true
|
||||
CheckOptions:
|
||||
- key: readability-identifier-naming.ParameterPrefix
|
||||
value: ""
|
||||
- key: readability-identifier-naming.PrivateMemberPrefix
|
||||
value: ""
|
||||
- key: readability-identifier-naming.LocalVariablePrefix
|
||||
value: ""
|
||||
- key: readability-identifier-naming.TemplateParameterPrefix
|
||||
value: ""
|
||||
|
||||
Reference in New Issue
Block a user