summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.clang-tidy1
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy
index 045add7..3bec655 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -21,6 +21,7 @@ Checks: >
-google-runtime-int,
-hicpp-no-array-decay,
-llvmlibc-*,
+ -misc-include-cleaner,
-modernize-use-trailing-return-type,
-readability-identifier-length,
-readability-implicit-bool-conversion,