File tree 2 files changed +7
-2
lines changed 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 68
68
69
69
#### Linter
70
70
71
- Updated the Linter to ` 0.1.116 ` , which includes:
71
+ Updated the Linter to ` 0.1.117 ` , which includes:
72
72
73
+ * Fixed ` directives_ordering ` to remove third party package special-casing.
74
+ * Fixed ` unnecessary_lambdas ` to check for tearoff assignability.
75
+ * Fixed ` prefer_is_empty ` to special-case assert initializers and const contexts.
76
+ * Test utilities moved to: ` lib/src/test_utilities ` .
77
+ * New lint: ` do_not_use_environment ` .
73
78
* New lint: ` no_default_cases ` (experimental).
74
79
* New lint: ` exhaustive_cases ` .
75
80
* Updated ` type_annotate_public_apis ` to allow inferred types in final field assignments.
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ vars = {
112
112
"intl_tag" : "0.16.1" ,
113
113
"jinja2_rev" : "2222b31554f03e62600cd7e383376a7c187967a1" ,
114
114
"json_rpc_2_rev" : "d589e635d8ccb7cda6a804bd571f88abbabab146" ,
115
- "linter_tag" : "0.1.116 " ,
115
+ "linter_tag" : "0.1.117 " ,
116
116
"logging_rev" : "9561ba016ae607747ae69b846c0e10958ca58ed4" ,
117
117
"markupsafe_rev" : "8f45f5cfa0009d2a70589bcda0349b8cb2b72783" ,
118
118
"markdown_rev" : "dd150bb64c5f3b41d31f20f399ae2a855f7f8c00" ,
You can’t perform that action at this time.
0 commit comments