linter 1.28.0

Change-Id: I5f8e7dd1e581e37b456ba2be4c41904dbdfd7977
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/257125
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Phil Quitslund <pquitslund@google.com>
This commit is contained in:
pq 2022-09-02 15:46:23 +00:00 committed by Commit Bot
parent 1c932e7d86
commit 3f346ef418
2 changed files with 5 additions and 2 deletions

View file

@ -96,8 +96,11 @@
#### Linter
Updated the Linter to `1.27.0`, which includes changes that
Updated the Linter to `1.28.0`, which includes changes that
- update `avoid_redundant_argument_values` to work with enum declarations.
- improve performance for `prefer_contains`.
- add new lint: `unreachable_from_main`.
- fix `avoid_redundant_argument_values` when referencing required
parameters in legacy libraries.
- improve performance for `use_late_for_private_fields_and_variables`.

2
DEPS
View file

@ -122,7 +122,7 @@ vars = {
"intl_rev": "7e3a1bbdeff241323f56295d8991c004bef815e6",
"jinja2_rev": "2222b31554f03e62600cd7e383376a7c187967a1",
"json_rpc_2_rev": "805e6536dd961d66f6b8cd46d8f3e61774f957c9",
"linter_rev": "304042aaa933a02d2581ab9598dd2ddaebdbc803", # dev
"linter_rev": "f2c55484e8ebda0aec8c2fea637b3bd5b17258ca", # 1.28.0
"lints_rev": "8294e5648ab49474541527e2911e72e4c5aefe55",
"logging_rev": "d10e24844c2e01d3f6d2b5a1a2bb8717359c6a87",
"markdown_rev": "e3f4bd28c9e61b522f75f291d4d6cfcfeccd83ee", # b/236358256