File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -70,9 +70,9 @@ CheckOptions:
7070 # readability-identifier-naming.TemplateParameterCase: Leading_upper_snake_case
7171 # readability-identifier-naming.TemplateTemplateParameterCase: Leading_upper_snake_case
7272 # readability-identifier-naming.TypeAliasCase: Leading_upper_snake_case
73- # readability-identifier-naming.TypeAliasIgnoredRegexp: "[a-z_]+_type"
73+ # readability-identifier-naming.TypeAliasIgnoredRegexp: "[a-z_]+_type|pointer|(const_)?reference|(const_)?iterator|iterator_(category|concept) "
7474 # readability-identifier-naming.TypedefCase: Leading_upper_snake_case
75- # readability-identifier-naming.TypedefIgnoredRegexp: "[a-z_]+_type"
75+ # readability-identifier-naming.TypedefIgnoredRegexp: "[a-z_]+_type|pointer|(const_)?reference|(const_)?iterator|iterator_(category|concept) "
7676 # readability-identifier-naming.TypeTemplateParameterCase: Leading_upper_snake_case
7777 # readability-identifier-naming.UnionCase: Leading_upper_snake_case
7878 # readability-identifier-naming.ValueTemplateParameterCase: Leading_upper_snake_case
You can’t perform that action at this time.
0 commit comments