Skip to content

Commit 5b8e6b8

Browse files
authored
[dart_flutter_team_lints] remove 'discarded_futures'; prep for publishing (#347)
1 parent b96e5d2 commit 5b8e6b8

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

pkgs/dart_flutter_team_lints/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.5.1
2+
3+
- Removed `discarded_futures`; this produced more results than expected.
4+
15
## 3.5.0
26

37
- Added `discarded_futures`.

pkgs/dart_flutter_team_lints/lib/analysis_options.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ linter:
4444
- avoid_dynamic_calls
4545
- comment_references
4646
- conditional_uri_does_not_exist
47-
- discarded_futures
4847
- only_throw_errors
4948
- strict_top_level_inference
5049
- test_types_in_equals

pkgs/dart_flutter_team_lints/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dart_flutter_team_lints
22
description: An analysis rule set used by the Dart and Flutter teams.
3-
version: 3.5.0
3+
version: 3.5.1
44
repository: https://github.com/dart-lang/ecosystem/tree/main/pkgs/dart_flutter_team_lints
55
issue_tracker: https://github.com/dart-lang/ecosystem/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Adart_flutter_team_lints
66

0 commit comments

Comments
 (0)