From ca9b59eace93b5fe7e6d4e79c1e7c57f58f127eb Mon Sep 17 00:00:00 2001 From: Zachary Anderson Date: Wed, 25 Oct 2023 13:15:20 -0700 Subject: [PATCH] Remove NOLINT on entity_pass.cc We've had a few clang rolls since linting this file was causing timeouts. This PR removes the NOLINT to see if we still hit this issue on CI. If the NOLINT needs to be added back, the linked issue should be updated to https://github.com/flutter/flutter/issues/132417. Fixes https://github.com/flutter/flutter/issues/132417 --- impeller/entity/entity_pass.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/impeller/entity/entity_pass.cc b/impeller/entity/entity_pass.cc index 4d6897b5b3445..526439dcd3221 100644 --- a/impeller/entity/entity_pass.cc +++ b/impeller/entity/entity_pass.cc @@ -2,8 +2,6 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -// FLUTTER_NOLINT: https://github.com/flutter/flutter/issues/132129 - #include "impeller/entity/entity_pass.h" #include