Skip to content

Commit b63ac56

Browse files
committed
[libc++] Update clang-tidy configuration for the tests
This is to avoid clang-tidy complaining all over the tests that the naming is wrong.
1 parent ae381cf commit b63ac56

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

libcxx/test/.clang-tidy

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,9 @@ InheritParentConfig: true
33
CheckOptions:
44
- key: readability-identifier-naming.ParameterPrefix
55
value: ""
6+
- key: readability-identifier-naming.PrivateMemberPrefix
7+
value: ""
8+
- key: readability-identifier-naming.LocalVariablePrefix
9+
value: ""
10+
- key: readability-identifier-naming.TemplateParameterPrefix
11+
value: ""

0 commit comments

Comments
 (0)