Skip to content

Commit

Permalink
.clang-tidy: disabled readability-enum-initial-value for now
Browse files Browse the repository at this point in the history
  • Loading branch information
firewave committed May 23, 2024
1 parent 266bef0 commit 6843bf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ Checks: >
-readability-avoid-nested-conditional-operator,
-readability-braces-around-statements,
-readability-container-data-pointer,
-readability-enum-initial-value,
-readability-function-cognitive-complexity,
-readability-function-size,
-readability-identifier-length,
Expand Down
1 change: 1 addition & 0 deletions clang-tidy.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ We run this separately via `clang-include-cleaner` in the `iwyu.yml` workflow as
`performance-enum-size`<br/>
`readability-avoid-nested-conditional-operator`<br/>
`modernize-use-designated-initializers`<br/>
`readability-enum-initial-value`<br/>

To be evaluated (need to remove exclusion).

Expand Down

0 comments on commit 6843bf0

Please sign in to comment.