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 bb02a15 commit abf1c1dCopy full SHA for abf1c1d
.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