Skip to content

Commit

Permalink
clang-tidy: disable else-after-return
Browse files Browse the repository at this point in the history
  • Loading branch information
inclyc committed Nov 15, 2024
1 parent d6e2390 commit b95940c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Checks: >
performance-*,
portability-*,
readability-*,
-llvm-else-after-return,
-readability-else-after-return,
-readability-use-anyofallof,
-misc-const-correctness,
-misc-unused-parameters,
Expand Down

0 comments on commit b95940c

Please sign in to comment.