Skip to content

Commit b95940c

Browse files
committed
clang-tidy: disable else-after-return
1 parent d6e2390 commit b95940c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.clang-tidy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Checks: >
88
performance-*,
99
portability-*,
1010
readability-*,
11+
-llvm-else-after-return,
12+
-readability-else-after-return,
1113
-readability-use-anyofallof,
1214
-misc-const-correctness,
1315
-misc-unused-parameters,

0 commit comments

Comments
 (0)