summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.clang-tidy4
1 files changed, 3 insertions, 1 deletions
diff --git a/.clang-tidy b/.clang-tidy
index 18a5a54..34d0485 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -1,5 +1,6 @@
Checks: >
*,
+ -*-else-after-return,
-*-magic-numbers,
-*-narrowing-conversions,
-*-uppercase-literal-suffix,
@@ -9,7 +10,8 @@ Checks: >
-clang-analyzer-unix.Malloc,
-hicpp-signed-bitwise,
-llvm-header-guard,
- -readability-else-after-return,
+ -llvmlibc-*,
+ -misc-no-recursion,
WarningsAsErrors: '*'
HeaderFilterRegex: '.*'
FormatStyle: file