Skip to content

Commit 528a32b

Browse files
committed
.clang-tidy: disabled readability-enum-initial-value for now
1 parent 6e49565 commit 528a32b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.clang-tidy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ Checks: >
6363
-readability-avoid-nested-conditional-operator,
6464
-readability-braces-around-statements,
6565
-readability-container-data-pointer,
66+
-readability-enum-initial-value,
6667
-readability-function-cognitive-complexity,
6768
-readability-function-size,
6869
-readability-identifier-length,

clang-tidy.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ We run this separately via `clang-include-cleaner` in the `iwyu.yml` workflow as
132132
`performance-enum-size`<br/>
133133
`readability-avoid-nested-conditional-operator`<br/>
134134
`modernize-use-designated-initializers`<br/>
135+
`readability-enum-initial-value`<br/>
135136

136137
To be evaluated (need to remove exclusion).
137138

0 commit comments

Comments
 (0)