linter 0.1.120

Change-Id: I2c5106f29d379228b822d8efa673c0baf6139c8d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/165180
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Phil Quitslund <pquitslund@google.com>
This commit is contained in:
pq 2020-10-01 22:10:40 +00:00 committed by commit-bot@chromium.org
parent dd0459d5dc
commit 033e029843
2 changed files with 7 additions and 2 deletions

View file

@ -23,8 +23,13 @@
#### Linter
Updated the Linter to `0.1.119`, which includes:
Updated the Linter to `0.1.120`, which includes:
* New lint: `cast_nullable_to_non_nullable`.
* New lint: `null_check_on_nullable_type_parameter`.
* New lint: `tighten_type_of_initializing_formals`.
* Updates to `public_member_apis` to check generic type aliases.
* (Internal): updates to adopt new analyzer APIs.
* Fixed `close_sinks` to handle `this`-prefixed property accesses.
* New lint: `unnecessary_null_checks`.
* Fixed `unawaited_futures` to handle `Future` subtypes.

2
DEPS
View file

@ -113,7 +113,7 @@ vars = {
"intl_tag": "0.16.1",
"jinja2_rev": "2222b31554f03e62600cd7e383376a7c187967a1",
"json_rpc_2_rev": "8f189db8f0c299187a0e8fa959dba7e9b0254be5",
"linter_tag": "0.1.119",
"linter_tag": "0.1.120",
"logging_rev": "1590ba0b648a51e7eb3895c612e4b72f72623b6f",
"markupsafe_rev": "8f45f5cfa0009d2a70589bcda0349b8cb2b72783",
"markdown_rev": "dbeafd47759e7dd0a167602153bb9c49fb5e5fe7",