linter 0.1.114

Change-Id: I91eaaf6299065c18876fa8ebb0ca0f570a086743
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/140981
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Phil Quitslund <pquitslund@google.com>
This commit is contained in:
pq 2020-03-25 22:47:56 +00:00 committed by commit-bot@chromium.org
parent cd8f712bcb
commit d18b648062
2 changed files with 5 additions and 10 deletions

View file

@ -335,16 +335,11 @@ In addition, we fixed some inconsistencies between Dart2JS and DDC:
#### Linter
Updated the Linter to `0.1.113`, which includes:
Updated the Linter to `0.1.114`, which includes:
* Updated documentation links.
* Updated `one_member_abstracts` to not lint classes with mixins or
implementing interfaces.
* Fixed `unnecessary_getters_setters` to ignore cases where a getter/setter is
deprecated.
* Added `leading_newlines_in_multiline_strings`.
* Improved highlight ranges for `avoid_private_typedef_functions` and
`avoid_returning_null_for_future`.
* Fixed `avoid_shadowing_type_parameters` to support extensions and mixins.
* Updated `non_constant_identifier_names` to allow named constructors made up of only underscores (`_`).
* Updated `avoid_unused_constructor_parameters` to ignore unused params named in all underscores (`_`).
#### Analyzer

2
DEPS
View file

@ -102,7 +102,7 @@ vars = {
"intl_tag": "0.16.1",
"jinja2_rev": "2222b31554f03e62600cd7e383376a7c187967a1",
"json_rpc_2_tag": "2.0.9",
"linter_tag": "0.1.113",
"linter_tag": "0.1.114",
"logging_tag": "0.11.3+2",
"markupsafe_rev": "8f45f5cfa0009d2a70589bcda0349b8cb2b72783",
"markdown_tag": "2.1.1",