linter 0.1.122

Change-Id: Ib551f019175dffe1473959ad91217ed97a8f34df
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/169760
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Phil Quitslund <pquitslund@google.com>
This commit is contained in:
pq 2020-10-31 13:40:53 +00:00 committed by commit-bot@chromium.org
parent da133e5047
commit 3fde0ca43d
2 changed files with 13 additions and 2 deletions

View file

@ -41,8 +41,19 @@ opted out of null safety by adding `// @dart=2.9` to the beginning of the file.
#### Linter
Updated the Linter to `0.1.121`, which includes:
Updated the Linter to `0.1.122`, which includes:
* A fixed NPE in `unnecessary_null_checks`.
* A fixed NPE in `missing_whitespace_between_adjacent_strings`.
* Updates to `void_checks` for NNBD.
* A fixed range error in `unnecessary_string_escapes`.
* A fixed false positives in `unnecessary_null_types`.
* Fixes to `prefer_constructors_over_static_methods` to respect type parameters.
* Updates to `always_require_non_null_named_parameters` to be NNBD-aware.
* Updates tp `unnecessary_nullable_for_final_variable_declarations` to allow dynamic.
* Updates `overridden_fields` to not report on abstract parent fields.
* Fixes to `unrelated_type_equality_checks` for NNBD.
* Improvements to `type_init_formals`to allow types not equal to the field type.
* Performance improvements to `always_use_package_imports`,
`avoid_renaming_method_parameters`, `prefer_relative_imports` and
`public_member_api_docs`.

2
DEPS
View file

@ -117,7 +117,7 @@ vars = {
"intl_tag": "0.17.0-nullsafety",
"jinja2_rev": "2222b31554f03e62600cd7e383376a7c187967a1",
"json_rpc_2_rev": "8f189db8f0c299187a0e8fa959dba7e9b0254be5",
"linter_tag": "0.1.121",
"linter_tag": "0.1.122",
"logging_rev": "9d2a7fdd05b09bc06474881152b5baaf38fd1329",
"markupsafe_rev": "8f45f5cfa0009d2a70589bcda0349b8cb2b72783",
"markdown_rev": "6f89681d59541ddb1cf3a58efbdaa2304ffc3f51",