mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-27 07:31:28 +00:00
b63ac56ac4
This is to avoid clang-tidy complaining all over the tests that the naming is wrong.
12 lines
341 B
YAML
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: ""
|