From a0527da40e83054d246049a9e1a94ca742a5f771 Mon Sep 17 00:00:00 2001 From: Farid Zakaria Date: Sat, 24 May 2025 19:29:12 -0700 Subject: [PATCH] Add misc-include-cleaner to .clang-tidy --- .clang-tidy | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.clang-tidy b/.clang-tidy index 0887b8670..dd997c771 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -1,3 +1,6 @@ # We use pointers to aggregates in a couple of places, intentionally. # void * would look weird. -Checks: '-bugprone-sizeof-expression' +Checks: ' + misc-include-cleaner, + -bugprone-sizeof-expression + ' \ No newline at end of file