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+
15## 3.5.0
26
37- Added ` discarded_futures ` .
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11name : dart_flutter_team_lints
22description : An analysis rule set used by the Dart and Flutter teams.
3- version : 3.5.0
3+ version : 3.5.1
44repository : https://github.com/dart-lang/ecosystem/tree/main/pkgs/dart_flutter_team_lints
55issue_tracker : https://github.com/dart-lang/ecosystem/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Adart_flutter_team_lints
66
You can’t perform that action at this time.
0 commit comments