Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 flutter/flutter#132417.

Fixes flutter/flutter#132417
  • Loading branch information
zanderso authored Oct 25, 2023
commit ca9b59eace93b5fe7e6d4e79c1e7c57f58f127eb
2 changes: 0 additions & 2 deletions impeller/entity/entity_pass.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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 <memory>
Expand Down