Skip to content

Commit

Permalink
Do the same changes to flare_dart
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetf committed Oct 8, 2019
1 parent 64f395e commit f1d9749
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion flare_dart/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ analyzer:
strong-mode:
implicit-casts: false
implicit-dynamic: false
errors:
unused_import: error

linter:
rules:
Expand Down Expand Up @@ -85,7 +87,7 @@ linter:
- prefer_is_empty
- prefer_is_not_empty
- prefer_iterable_whereType
- prefer_mixin
# - prefer_mixin
- prefer_null_aware_operators
- prefer_typing_uninitialized_variables
- prefer_void_to_null
Expand Down

0 comments on commit f1d9749

Please sign in to comment.