From de122c75f9a33c1b1ebc5f2c19e837884d3b4e1d Mon Sep 17 00:00:00 2001 From: alestiago Date: Tue, 12 Apr 2022 08:43:54 +0100 Subject: [PATCH] docs: removed comment_reference ignore --- .../pinball_components/lib/src/components/board_side.dart | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/packages/pinball_components/lib/src/components/board_side.dart b/packages/pinball_components/lib/src/components/board_side.dart index ac530567..9f6be71c 100644 --- a/packages/pinball_components/lib/src/components/board_side.dart +++ b/packages/pinball_components/lib/src/components/board_side.dart @@ -1,12 +1,8 @@ -// ignore_for_file: comment_references -// TODO(alestiago): Revisit ignore lint rule once Kicker is moved to this -// package. - import 'package:pinball_components/pinball_components.dart'; /// Indicates a side of the board. /// -/// Usually used to position or mirror elements of a [PinballGame]; such as a +/// Usually used to position or mirror elements of a pinball game; such as a /// [Flipper] or [Kicker]. enum BoardSide { /// The left side of the board.