bump to linter 1.15.0

Change-Id: I36e7b7c5571129aa6c31721ca29bf2b3c3472095
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/221141
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Phil Quitslund <pquitslund@google.com>
This commit is contained in:
pq 2021-11-23 23:08:51 +00:00 committed by commit-bot@chromium.org
parent 4c31413f1a
commit 0268ef15cc
2 changed files with 9 additions and 2 deletions

View file

@ -415,7 +415,14 @@ them, you must set the lower bound on the SDK constraint for your package to
#### Linter
Updated the Linter to `1.14.0`, which includes changes that
Updated the Linter to `1.15.0`, which includes changes that
- adds new lint: `use_decorated_box`.
- adds new lint: `no_leading_underscores_for_library_prefixes`.
- adds new lint: `no_leading_underscores_for_local_identifiers`.
- adds new lint: `secure_pubspec_urls`.
- adds new lint: `sized_box_shrink_expand`.
- adds new lint: `avoid_final_parameters`.
- improves docs for `omit_local_variable_types`.
- fix `omit_local_variable_types` to not flag a local type that is
required for inference.
- allow `while (true) { ... }` in `literal_only_boolean_expressions`.

2
DEPS
View file

@ -123,7 +123,7 @@ vars = {
"intl_tag": "0.17.0-nullsafety",
"jinja2_rev": "2222b31554f03e62600cd7e383376a7c187967a1",
"json_rpc_2_rev": "7e00f893440a72de0637970325e4ea44bd1e8c8e",
"linter_tag": "1.14.0",
"linter_tag": "1.15.0",
"lints_tag": "f9670df2a66e0ec12eb51554e70c1cbf56c8f5d0",
"logging_rev": "575781ef196e4fed4fb737e38fb4b73d62727187",
"markupsafe_rev": "8f45f5cfa0009d2a70589bcda0349b8cb2b72783",