From 69a73e3291c9a6e6e5b567eb7091b6de6d685a7d Mon Sep 17 00:00:00 2001 From: pajlada Date: Sun, 18 Dec 2022 16:57:05 +0100 Subject: [PATCH] Disable `llvm-include-order` clang-tidy check (#4244) This is not needed since we handle include order with clang-format --- .clang-tidy | 1 + 1 file changed, 1 insertion(+) diff --git a/.clang-tidy b/.clang-tidy index 302faf98..0b130cbb 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -5,6 +5,7 @@ Checks: '-*, -misc-unused-parameters, readability-identifier-naming, -llvm-header-guard, + -llvm-include-order, modernize-*, readability-*, performance-*,