Skip to content

Commit cc692b3

Browse files
committed
Fix clang-tidy
1 parent 104e187 commit cc692b3

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.clang-tidy

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,7 @@ CheckOptions:
6969
# value: '_'
7070
- key: readability-identifier-naming.StructCase
7171
value: 'CamelCase'
72-
- key: readability-identifier-naming.TypeAliasCase
73-
value: 'lower_case'
74-
- key: readability-identifier-naming.TypeAliasIgnoredRegexp
75-
value: '(result_type)'
72+
7673
- key: readability-identifier-naming.UnionCase
7774
value: 'CamelCase'
7875
- key: readability-identifier-naming.VariableCase

0 commit comments

Comments
 (0)