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