File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ CheckOptions:
2323 # readability-identifier-naming.AggressiveDependentMemberLookup: false
2424 # readability-identifier-naming.CheckAnonFieldInParent: true
2525 # readability-identifier-naming.ClassCase: Leading_upper_snake_case
26+ # readability-identifier-naming.ClassIgnoredRegexp: "[a-z_]+_type|pointer|(const_)?reference|(const_)?iterator|iterator_(category|concept)"
2627 # readability-identifier-naming.ClassConstantCase: lower_case
2728 # readability-identifier-naming.ClassMemberCase: lower_case
2829 # readability-identifier-naming.ClassMethodCase: lower_case
@@ -67,6 +68,7 @@ CheckOptions:
6768 # readability-identifier-naming.StaticConstantCase: lower_case
6869 # readability-identifier-naming.StaticVariableCase: lower_case
6970 # readability-identifier-naming.StructCase: Leading_upper_snake_case
71+ # readability-identifier-naming.StructIgnoredRegexp: "[a-z_]+_type|pointer|(const_)?reference|(const_)?iterator|iterator_(category|concept)"
7072 # readability-identifier-naming.TemplateParameterCase: Leading_upper_snake_case
7173 # readability-identifier-naming.TemplateTemplateParameterCase: Leading_upper_snake_case
7274 # readability-identifier-naming.TypeAliasCase: Leading_upper_snake_case
You can’t perform that action at this time.
0 commit comments