File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 415
415
"name" : " linter" ,
416
416
"rootUri" : " ../third_party/pkg/linter" ,
417
417
"packageUri" : " lib/" ,
418
- "languageVersion" : " 2.12 "
418
+ "languageVersion" : " 2.15 "
419
419
},
420
420
{
421
421
"name" : " lints" ,
Original file line number Diff line number Diff line change 108
108
109
109
#### Linter
110
110
111
- Updated the Linter to ` 1.20.0 ` , which includes changes that
111
+ Updated the Linter to ` 1.21.1 ` , which includes changes that
112
112
113
+ - updates ` unnecessary_null_checks ` and
114
+ ` null_check_on_nullable_type_parameter ` to handle
115
+ list/set/map literals, and ` yield ` and ` await ` expressions.
113
116
- fixes ` unnecessary_null_aware_assignments ` property-access
114
117
false positives.
115
118
- adds new lint: ` use_super_parameters ` .
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ vars = {
124
124
"intl_tag" : "9669926609e7efc17dfd74fbb44ec719a7e573cc" , # 0.17.0-nullsafety
125
125
"jinja2_rev" : "2222b31554f03e62600cd7e383376a7c187967a1" ,
126
126
"json_rpc_2_rev" : "7e00f893440a72de0637970325e4ea44bd1e8c8e" ,
127
- "linter_tag" : "ed26087ae1b54fb8c532fcda618e6bf08827e315 " , # 1.20.0
127
+ "linter_tag" : "bced222d3132a1fd883f5ef2b9bb833a1131da8d " , # 1.21.1
128
128
"lints_tag" : "8294e5648ab49474541527e2911e72e4c5aefe55" , #2.0.0
129
129
"logging_rev" : "dfbe88b890c3b4f7bc06da5a7b3b43e9e263b688" ,
130
130
"markupsafe_rev" : "8f45f5cfa0009d2a70589bcda0349b8cb2b72783" ,
You can’t perform that action at this time.
0 commit comments