Skip to content

Commit af5cde4

Browse files
pqcommit-bot@chromium.org
authored andcommitted
linter 0.1.121
Change-Id: I1aa19efecac1065f7b4d0ae1a78c10986154f051 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/166784 Reviewed-by: Konstantin Shcheglov <scheglov@google.com> Commit-Queue: Phil Quitslund <pquitslund@google.com>
1 parent 694c8d0 commit af5cde4

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,14 @@
2323

2424
#### Linter
2525

26-
Updated the Linter to `0.1.120`, which includes:
26+
Updated the Linter to `0.1.121`, which includes:
2727

28+
# 0.1.121
29+
30+
* Performance improvements to `always_use_package_imports`,
31+
`avoid_renaming_method_parameters`, `prefer_relative_imports` and
32+
`public_member_api_docs`.
33+
* (internal): updates to analyzer `0.40.4` APIs
2834
* New lint: `cast_nullable_to_non_nullable`.
2935
* New lint: `null_check_on_nullable_type_parameter`.
3036
* New lint: `tighten_type_of_initializing_formals`.

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ vars = {
113113
"intl_tag": "0.16.1",
114114
"jinja2_rev": "2222b31554f03e62600cd7e383376a7c187967a1",
115115
"json_rpc_2_rev": "8f189db8f0c299187a0e8fa959dba7e9b0254be5",
116-
"linter_tag": "0.1.120",
116+
"linter_tag": "0.1.121",
117117
"logging_rev": "1590ba0b648a51e7eb3895c612e4b72f72623b6f",
118118
"markupsafe_rev": "8f45f5cfa0009d2a70589bcda0349b8cb2b72783",
119119
"markdown_rev": "dbeafd47759e7dd0a167602153bb9c49fb5e5fe7",

0 commit comments

Comments
 (0)