File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -138,14 +138,11 @@ program-defined, whereas previously it was undefined.
138138
139139#### Linter
140140
141- The Linter was updated to ` 0.1.102 ` , which includes:
142-
143- * ` avoid_web_libraries_in_flutter ` updated to disallow access from all but Flutter web plugin packages
144- * updated ` avoid_returning_null_for_void ` to check only ` null ` literals (and not expressions having ` Null ` types)
145- * fixed ` prefer_final_fields ` to respect non-mutating prefix operators
146- * new lint: ` prefer_is_not_operator `
147- * new lint: ` avoid_unnecessary_containers `
148- * added basic nnbd-awareness to ` avoid_init_to_null `
141+ The Linter was updated to ` 0.1.103 ` , which includes:
142+
143+ * updates to ` prefer_relative_imports ` to use a faster and more robust way to check for self-package references
144+ * updates to our approach to checking for ` lib ` dir contents (speeding up ` avoid_renaming_method_parameters ` and
145+ making ` prefer_relative_imports ` and ` public_member_api_docs ` amenable to internal package formats -- w/o pubspecs)
149146
150147
151148## 2.5.1 - 2019-09-27
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ vars = {
101101 "intl_tag" : "0.15.7" ,
102102 "jinja2_rev" : "2222b31554f03e62600cd7e383376a7c187967a1" ,
103103 "json_rpc_2_tag" : "2.0.9" ,
104- "linter_tag" : "0.1.102 " ,
104+ "linter_tag" : "0.1.103 " ,
105105 "logging_tag" : "0.11.3+2" ,
106106 "markupsafe_rev" : "8f45f5cfa0009d2a70589bcda0349b8cb2b72783" ,
107107 "markdown_tag" : "2.1.1" ,
You can’t perform that action at this time.
0 commit comments