We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6e2390 commit b95940cCopy full SHA for b95940c
.clang-tidy
@@ -8,6 +8,8 @@ Checks: >
8
performance-*,
9
portability-*,
10
readability-*,
11
+ -llvm-else-after-return,
12
+ -readability-else-after-return,
13
-readability-use-anyofallof,
14
-misc-const-correctness,
15
-misc-unused-parameters,
0 commit comments