summaryrefslogtreecommitdiff
path: root/.clang-tidy
diff options
context:
space:
mode:
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy5
1 files changed, 5 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy
index a3c4951..bfcbf1e 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -13,3 +13,8 @@ Checks:
- "-*noexcept*"
- "-*-magic-numbers"
- "-*-named-parameter"
+ - "-misc-include-cleaner"
+ - "-google-runtime-int"
+ - "-bugprone-easily-swappable-parameters"
+ - "-*-signed-bitwise"
+ - "-*-avoid-do-while"