diff --git a/pkgs/dart_flutter_team_lints/CHANGELOG.md b/pkgs/dart_flutter_team_lints/CHANGELOG.md index 4850eb21..e7dfdb0e 100644 --- a/pkgs/dart_flutter_team_lints/CHANGELOG.md +++ b/pkgs/dart_flutter_team_lints/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.5.1 + +- Removed `discarded_futures`; this produced more results than expected. + ## 3.5.0 - Added `discarded_futures`. diff --git a/pkgs/dart_flutter_team_lints/lib/analysis_options.yaml b/pkgs/dart_flutter_team_lints/lib/analysis_options.yaml index 3ce4d530..1a53b101 100644 --- a/pkgs/dart_flutter_team_lints/lib/analysis_options.yaml +++ b/pkgs/dart_flutter_team_lints/lib/analysis_options.yaml @@ -44,7 +44,6 @@ linter: - avoid_dynamic_calls - comment_references - conditional_uri_does_not_exist - - discarded_futures - only_throw_errors - strict_top_level_inference - test_types_in_equals diff --git a/pkgs/dart_flutter_team_lints/pubspec.yaml b/pkgs/dart_flutter_team_lints/pubspec.yaml index 76971884..b711ce05 100644 --- a/pkgs/dart_flutter_team_lints/pubspec.yaml +++ b/pkgs/dart_flutter_team_lints/pubspec.yaml @@ -1,6 +1,6 @@ name: dart_flutter_team_lints description: An analysis rule set used by the Dart and Flutter teams. -version: 3.5.0 +version: 3.5.1 repository: https://github.com/dart-lang/ecosystem/tree/main/pkgs/dart_flutter_team_lints issue_tracker: https://github.com/dart-lang/ecosystem/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Adart_flutter_team_lints