Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tilucasoli committed Nov 14, 2024
1 parent 976d4ad commit eee9b7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lints_with_dcm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ dart_code_metrics:
avoid-unsafe-collection-methods: false
prefer-prefixed-global-constants: false
avoid-returning-widgets: false
avoid-unnecessary-overrides: false
arguments-ordering:
first:
- key
Expand Down
1 change: 1 addition & 0 deletions packages/mix/lib/src/theme/tokens/text_style_token.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//ignore_for_file: avoid-suspicious-super-overrides
import 'package:flutter/widgets.dart';

import '../../internal/mix_error.dart';
Expand Down

0 comments on commit eee9b7f

Please sign in to comment.