Revert "bump to linter 0.1.115"

This reverts commit b41f7dd1d9.

Reason for revert: Too many new analyzer issues to land in google3.

Original change's description:
> bump to linter 0.1.115
> 
> Change-Id: Ib20ee6049ce1155a5ba36664f607b09a502f0340
> Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/143186
> Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
> Commit-Queue: Phil Quitslund <pquitslund@google.com>

TBR=brianwilkerson@google.com,pquitslund@google.com

# Not skipping CQ checks because original CL landed > 1 day ago.

Change-Id: Icad6d31d19e64444c94fabd9d851c2a6bd03a820
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/142989
Reviewed-by: David Morgan <davidmorgan@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: David Morgan <davidmorgan@google.com>
This commit is contained in:
David Morgan 2020-04-14 14:09:56 +00:00 committed by commit-bot@chromium.org
parent dc97454b63
commit 22ad590c68
2 changed files with 2 additions and 8 deletions

View file

@ -382,14 +382,8 @@ Other dart2js changes:
#### Linter
Updated the Linter to `0.1.115`, which includes:
Updated the Linter to `0.1.114`, which includes:
* Updated `avoid_types_as_parameter_names` to check catch-clauses.
* Fixed `unsafe_html` to check attributes and methods on extensions.
* Extended `unsafe_html` to include `Window.open`, `Element.html` and `DocumentFragment.html` in unsafe API checks.
* Improved docs for `sort_child_properties_last`.
* (internal) `package:analyzer` API updates.
* New lint: `sized_box_for_whitespace`.
* 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 (`_`).

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.115",
"linter_tag": "0.1.114",
"logging_tag": "0.11.3+2",
"markupsafe_rev": "8f45f5cfa0009d2a70589bcda0349b8cb2b72783",
"markdown_tag": "2.1.1",