From 5ae14a808c1cffd5bef9ec0a68082d61c2cd74f8 Mon Sep 17 00:00:00 2001 From: Slava Egorov Date: Tue, 21 Apr 2026 03:02:18 -0700 Subject: [PATCH] Revert "[vm] Enable misc-include-cleaner in runtime/.clang-tidy" This reverts commit 8664b0f98b5b6992ebe501526169722596e9155b. Reason for revert: this was enabled without fixing existing violations in the code base. Original change's description: > [vm] Enable misc-include-cleaner in runtime/.clang-tidy > > Closes https://github.com/dart-lang/sdk/pull/63188 > > GitOrigin-RevId: 66c5321fc38ae18fd7d7a340e6e162abf330bed1 > Change-Id: I2a8849a3887fc8677a82c9434fe581159a848c7a > Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/496160 > Commit-Queue: Liam Appelbe > Reviewed-by: Liam Appelbe No-Presubmit: true No-Tree-Checks: true No-Try: true Change-Id: I9d6e6cdfc084bc78341676c5d08f9d103783a200 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/496900 Bot-Commit: rubber-stamper@appspot.gserviceaccount.com Reviewed-by: Martin Kustermann --- runtime/.clang-tidy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/.clang-tidy b/runtime/.clang-tidy index 816044c023a..278f01eeb4c 100644 --- a/runtime/.clang-tidy +++ b/runtime/.clang-tidy @@ -1,2 +1,2 @@ -Checks: -*,readability-implicit-bool-conversion,bugprone-argument-comment,misc-include-cleaner +Checks: -*,readability-implicit-bool-conversion,bugprone-argument-comment ExcludeHeaderFilterRegex: "third_party.boringssl.src.include.openssl.err\\.h" # breaks readability-implicit-bool-conversion \ No newline at end of file