From 6c173758a4126f5275dbea5b4bb30ae987430dbf Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Sun, 16 Mar 2025 16:44:40 -0700 Subject: [PATCH] [dart_flutter_team_lints] remove 'discarded_futures'; prep for publishing --- pkgs/dart_flutter_team_lints/CHANGELOG.md | 4 ++++ pkgs/dart_flutter_team_lints/lib/analysis_options.yaml | 1 - pkgs/dart_flutter_team_lints/pubspec.yaml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) 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