mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 10:49:00 +00:00
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>
This commit is contained in:
parent
19313e32e8
commit
b41f7dd1d9
2 changed files with 8 additions and 2 deletions
|
@ -374,8 +374,14 @@ Other dart2js changes:
|
|||
|
||||
#### Linter
|
||||
|
||||
Updated the Linter to `0.1.114`, which includes:
|
||||
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`.
|
||||
* 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
2
DEPS
|
@ -102,7 +102,7 @@ vars = {
|
|||
"intl_tag": "0.16.1",
|
||||
"jinja2_rev": "2222b31554f03e62600cd7e383376a7c187967a1",
|
||||
"json_rpc_2_tag": "2.0.9",
|
||||
"linter_tag": "0.1.114",
|
||||
"linter_tag": "0.1.115",
|
||||
"logging_tag": "0.11.3+2",
|
||||
"markupsafe_rev": "8f45f5cfa0009d2a70589bcda0349b8cb2b72783",
|
||||
"markdown_tag": "2.1.1",
|
||||
|
|
Loading…
Reference in a new issue