File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -88,13 +88,10 @@ main() { foo(() {}); }
88
88
89
89
#### Linter
90
90
91
- The Linter was updated to ` 0.1.99 ` , which includes:
91
+ The Linter was updated to ` 0.1.100 ` , which includes:
92
92
93
- * fixed unsafe casts in ` overridden_fields `
94
- * (internal) migration to the mock SDK in ` package:analyzer ` for testing
95
- * fixed empty argument list access in ` use_full_hex_values_for_flutter_color_fix `
96
- * new lint: ` prefer_relative_imports `
97
- * improved messages for ` await_only_futures `
93
+ * (internal) stop accessing ` staticType ` in favor of getting type of ` FormalParameter ` s from the declared element
94
+ * (internal) remove stale analyzer work-around for collecting ` TypeParameterElement ` s in ` prefer_const_constructors `
98
95
99
96
## 2.5.1 - 2019-09-27
100
97
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ vars = {
99
99
"intl_tag" : "0.15.7" ,
100
100
"jinja2_rev" : "2222b31554f03e62600cd7e383376a7c187967a1" ,
101
101
"json_rpc_2_tag" : "2.0.9" ,
102
- "linter_tag" : "0.1.99 " ,
102
+ "linter_tag" : "0.1.100 " ,
103
103
"logging_tag" : "0.11.3+2" ,
104
104
"markupsafe_rev" : "8f45f5cfa0009d2a70589bcda0349b8cb2b72783" ,
105
105
"markdown_tag" : "2.1.1" ,
You can’t perform that action at this time.
0 commit comments