Skip to content

Commit

Permalink
disabled readability-avoid-nested-conditional-operator clang-tidy c…
Browse files Browse the repository at this point in the history
…heck for now
  • Loading branch information
firewave committed Jan 17, 2024
1 parent 1862154 commit 19fd2d1
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 @@ -58,6 +58,7 @@ Checks: >
-portability-simd-intrinsics,
-portability-std-allocator-const,
-readability-avoid-const-params-in-decls,
-readability-avoid-nested-conditional-operator,
-readability-braces-around-statements,
-readability-container-data-pointer,
-readability-function-cognitive-complexity,
Expand Down
1 change: 1 addition & 0 deletions clang-tidy.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ We run this separately via `clang-include-cleaner` in the `iwyu.yml` workflow as
`bugprone-switch-missing-default-case`<br/>
`bugprone-empty-catch`<br/>
`performance-enum-size`<br/>
`readability-avoid-nested-conditional-operator`</br>

To be evaluated (need to remove exclusion).

Expand Down

0 comments on commit 19fd2d1

Please sign in to comment.