Skip to content

Commit

Permalink
disabled modernize-use-designated-initializers clang-tidy check for…
Browse files Browse the repository at this point in the history
… now
  • Loading branch information
firewave committed Apr 2, 2024
1 parent 06fbcad commit 1c1758c
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 @@ -48,6 +48,7 @@ Checks: >
-modernize-return-braced-init-list,
-modernize-type-traits,
-modernize-use-auto,
-modernize-use-designated-initializers,
-modernize-use-nodiscard,
-modernize-use-trailing-return-type,
-performance-avoid-endl,
Expand Down
1 change: 1 addition & 0 deletions clang-tidy.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ We run this separately via `clang-include-cleaner` in the `iwyu.yml` workflow as
`bugprone-empty-catch`<br/>
`performance-enum-size`<br/>
`readability-avoid-nested-conditional-operator`</br>
`modernize-use-designated-initializers`</br>

To be evaluated (need to remove exclusion).

Expand Down

0 comments on commit 1c1758c

Please sign in to comment.