linter 0.1.128

Change-Id: I6430c1e836a37c7e669ede2d018068f772985026
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/180041
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Phil Quitslund <pquitslund@google.com>
This commit is contained in:
pq 2021-01-19 21:03:18 +00:00 committed by commit-bot@chromium.org
parent dbf73fa842
commit c8f8b9b13e
2 changed files with 8 additions and 5 deletions

View file

@ -79,14 +79,17 @@ opted out of null safety by adding `// @dart=2.9` to the beginning of the file.
#### Linter
Updated the Linter to `0.1.127`, which includes:
Updated the Linter to `0.1.128`, which includes:
* fixed crash in `prefer_collection_literals` when there is no static parameter
* New lint: `avoid_dynamic_calls`.
* (Internal): `avoid_type_to_string` updated to use `addArgumentList` registry API.
* Miscellaneous documentation improvements.
* Fixed crash in `prefer_collection_literals` when there is no static parameter
element.
* fixed false negatives for `prefer_collection_literals` when a LinkedHashSet or
* Fixed false negatives for `prefer_collection_literals` when a LinkedHashSet or
LinkedHashMap instantiation is passed as the argument to a function in any
position other than the first.
* fixed false negatives for `prefer_collection_literals` when a LinkedHashSet or
* Fixed false negatives for `prefer_collection_literals` when a LinkedHashSet or
LinkedHashMap instantiation is used in a place with a static type other than
Set or Map.
* (Internal): test updates to the new `PhysicalResourceProvider` API.

2
DEPS
View file

@ -118,7 +118,7 @@ vars = {
"intl_tag": "0.17.0-nullsafety",
"jinja2_rev": "2222b31554f03e62600cd7e383376a7c187967a1",
"json_rpc_2_rev": "b8dfe403fd8528fd14399dee3a6527b55802dd4d",
"linter_tag": "0.1.127",
"linter_tag": "0.1.128",
"logging_rev": "e2f633b543ef89c54688554b15ca3d7e425b86a2",
"markupsafe_rev": "8f45f5cfa0009d2a70589bcda0349b8cb2b72783",
"markdown_rev": "6f89681d59541ddb1cf3a58efbdaa2304ffc3f51",