Skip to content

Commit

Permalink
refactor: Remove linter ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
witwash committed Aug 19, 2024
1 parent 4803bd7 commit e581050
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion optimus/lib/src/dropdown/base_dropdown_tile.dart
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ class BaseDropdownTile extends StatelessWidget {
padding: EdgeInsets.only(right: tokens.spacing200),
child: CheckboxTick(
isEnabled: true,
// ignore: prefer-boolean-prefixes, DCM bug
onChanged: (_) {},
onTap: () {},
isChecked: isSelected,
Expand Down
1 change: 0 additions & 1 deletion optimus/lib/src/selection_card.dart
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ class _OptimusSelectionCardState extends State<OptimusSelectionCard>
CheckboxTick(
isEnabled: widget.isEnabled,
isChecked: widget.isSelected,
// ignore: prefer-boolean-prefixes, DCM bug
onChanged: (_) {},
onTap: () {},
)
Expand Down

0 comments on commit e581050

Please sign in to comment.