Skip to content

Commit a399366

Browse files
committed
style: ignore some conventional type naming [skip ci]
1 parent 23226e8 commit a399366

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.clang-tidy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)