File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
pkgs/dart_flutter_team_lints Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 3.4.0
2+
3+ - Added ` unnecessary_underscores ` .
4+
15## 3.3.0
26
37- Added ` strict_top_level_inference ` .
Original file line number Diff line number Diff line change @@ -50,4 +50,5 @@ linter:
5050 - throw_in_finally
5151 - type_annotate_public_apis
5252 - unawaited_futures
53+ - unnecessary_underscores
5354 - unreachable_from_main
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.3 .0
3+ version : 3.4 .0
44repository : https://github.com/dart-lang/ecosystem/tree/main/pkgs/dart_flutter_team_lints
5+ issue_tracker : https://github.com/dart-lang/ecosystem/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Adart_flutter_team_lints
56
67environment :
7- sdk : ^3.7.0-0
8+ sdk : ^3.7.0
89
910dependencies :
1011 lints : ^5.0.0
You can’t perform that action at this time.
0 commit comments