[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:
Nikolas Klauser
2023-08-03 09:40:48 -07:00
parent ae381cf9f2
commit b63ac56ac4

View File

@@ -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: ""