File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
pkgs/dart_flutter_team_lints Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 3.5.1
2
+
3
+ - Removed ` discarded_futures ` ; this produced more results than expected.
4
+
1
5
## 3.5.0
2
6
3
7
- Added ` discarded_futures ` .
Original file line number Diff line number Diff line change @@ -44,7 +44,6 @@ linter:
44
44
- avoid_dynamic_calls
45
45
- comment_references
46
46
- conditional_uri_does_not_exist
47
- - discarded_futures
48
47
- only_throw_errors
49
48
- strict_top_level_inference
50
49
- test_types_in_equals
Original file line number Diff line number Diff line change 1
1
name : dart_flutter_team_lints
2
2
description : An analysis rule set used by the Dart and Flutter teams.
3
- version : 3.5.0
3
+ version : 3.5.1
4
4
repository : https://github.com/dart-lang/ecosystem/tree/main/pkgs/dart_flutter_team_lints
5
5
issue_tracker : https://github.com/dart-lang/ecosystem/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Adart_flutter_team_lints
6
6
You can’t perform that action at this time.
0 commit comments