We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abd6b3f commit 0b1aa00Copy full SHA for 0b1aa00
.clang-tidy
@@ -21,6 +21,7 @@ Checks: |
21
clang-analyzer-*,
22
google-*,
23
modernize-*,
24
+ readability-identifier-naming,
25
-modernize-use-nodiscard,
26
-modernize-use-trailing-return-type,
27
@@ -33,5 +34,9 @@ CheckOptions:
33
34
value: '10'
35
- key: google-readability-namespace-comments.SpacesBeforeComments
36
value: '2'
37
+ - key: readability-identifier-naming.PrivateMemberSuffix
38
+ value: '_'
39
+ - key: readability-identifier-naming.ProtectedMemberSuffix
40
41
-HeaderFilterRegex: '(src|test|example)'
42
+HeaderFilterRegex: '(?!_deps)(src|test|example)'
0 commit comments