llvm-capstone/libcxx/test/.clang-tidy
Nikolas Klauser b63ac56ac4 [libc++] Update clang-tidy configuration for the tests
This is to avoid clang-tidy complaining all over the tests that the naming is wrong.
2023-08-03 09:40:48 -07:00

12 lines
341 B
YAML

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