File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
** Prerelease**
4
4
5
+ - ` strict_top_level_inference ` [ dart-lang/sdk #59562 ] [ ]
5
6
- REMOVE: ` package_api_docs ` [ dart-lang/sdk #59554 ] [ ]
6
7
- REMOVE: ` unsafe_html ` [ dart-lang/sdk #57099 ] [ ]
7
8
@@ -244,4 +245,5 @@ No changes.
244
245
[ dart-lang/linter#4904 ] : https://github.com/dart-lang/linter/issues/4904
245
246
[ dart-lang/sdk#54278 ] : https://github.com/dart-lang/sdk/issues/54278
246
247
[ dart-lang/sdk#57099 ] : https://github.com/dart-lang/sdk/issues/57099
247
- [ dart-lang/sdk#59554 ] : https://github.com/dart-lang/sdk/issues/59554
248
+ [ dart-lang/sdk#59554 ] : https://github.com/dart-lang/sdk/issues/59554
249
+ [ dart-lang/sdk#59562 ] : https://github.com/dart-lang/sdk/issues/59562
Original file line number Diff line number Diff line change @@ -171,6 +171,7 @@ linter:
171
171
# - sort_pub_dependencies # conflicts with grouping local packages separately. Do keep groups sorted.
172
172
- sort_unnamed_constructors_first
173
173
# - specify_nonobvious_local_variable_types # conflicts: omit_local_variable_types
174
+ - strict_top_level_inference
174
175
- test_types_in_equals
175
176
- throw_in_finally
176
177
- tighten_type_of_initializing_formals
You can’t perform that action at this time.
0 commit comments