Bump linter to 0.1.115

Change-Id: I88316694213f8ab8fc7dd160614467d42b84aa09
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/144460
Reviewed-by: Phil Quitslund <pquitslund@google.com>
Commit-Queue: Samuel Rawlins <srawlins@google.com>
This commit is contained in:
Sam Rawlins 2020-04-22 18:18:39 +00:00 committed by commit-bot@chromium.org
parent 17654b70d7
commit 01251b8a42
2 changed files with 15 additions and 1 deletions

View file

@ -16,6 +16,20 @@
* Class `OSError` now implements `Exception`. This change means `OSError` will * Class `OSError` now implements `Exception`. This change means `OSError` will
now be caught in catch clauses catching `Exception`s. now be caught in catch clauses catching `Exception`s.
### Tools
#### Linter
Updated the Linter to `0.1.115`, 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`.
### Dart VM ### Dart VM

2
DEPS
View file

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