aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/.clang-tidy7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/.clang-tidy b/src/.clang-tidy
index eb43dcf2..251c57b0 100644
--- a/src/.clang-tidy
+++ b/src/.clang-tidy
@@ -1,14 +1,19 @@
Checks: >
*,
+ -*-else-after-return,
-*-magic-numbers,
-*-uppercase-literal-suffix,
-bugprone-branch-clone,
+ -bugprone-reserved-identifier,
-bugprone-suspicious-string-compare,
+ -cert-dcl37-c,
+ -cert-dcl51-cpp,
-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling,
-google-readability-todo,
-hicpp-signed-bitwise,
-llvm-header-guard,
- -readability-else-after-return,
+ -llvmlibc-*,
+ -misc-no-recursion,
WarningsAsErrors: '*'
HeaderFilterRegex: '.*'
FormatStyle: file