Skip to content

Commit

Permalink
remove deprecated lints (#267)
Browse files Browse the repository at this point in the history
These two lints have been deprecated. Removing.

> 'avoid_returning_null' was removed in Dart '3.3.0'
> Remove the reference to 'avoid_returning_null'.

> 'avoid_returning_null_for_future' was removed in Dart '3.3.0'
> Remove the reference to 'avoid_returning_null_for_future'.
  • Loading branch information
clintpurser authored Sep 30, 2024
1 parent 17b2720 commit 9ef3206
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ linter:
- avoid_catching_errors
- avoid_dynamic_calls
- avoid_field_initializers_in_const_classes
- avoid_returning_null
- avoid_returning_null_for_future
- avoid_slow_async_io
- avoid_type_to_string
- avoid_void_async
Expand Down

0 comments on commit 9ef3206

Please sign in to comment.