Skip to content

Commit 2ca8125

Browse files
pqcommit-bot@chromium.org
authored andcommitted
bump to linter 0.1.100
Change-Id: I4c5a1b4298b7d3161ee6f0f062990b4452c3cf24 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/120180 Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Reviewed-by: Konstantin Shcheglov <scheglov@google.com> Commit-Queue: Phil Quitslund <pquitslund@google.com>
1 parent 80f6834 commit 2ca8125

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

CHANGELOG.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,10 @@ main() { foo(() {}); }
8888

8989
#### Linter
9090

91-
The Linter was updated to `0.1.99`, which includes:
91+
The Linter was updated to `0.1.100`, which includes:
9292

93-
* fixed unsafe casts in `overridden_fields`
94-
* (internal) migration to the mock SDK in `package:analyzer` for testing
95-
* fixed empty argument list access in `use_full_hex_values_for_flutter_color_fix`
96-
* new lint: `prefer_relative_imports`
97-
* improved messages for `await_only_futures`
93+
* (internal) stop accessing `staticType` in favor of getting type of `FormalParameter`s from the declared element
94+
* (internal) remove stale analyzer work-around for collecting `TypeParameterElement`s in `prefer_const_constructors`
9895

9996
## 2.5.1 - 2019-09-27
10097

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ vars = {
9999
"intl_tag": "0.15.7",
100100
"jinja2_rev": "2222b31554f03e62600cd7e383376a7c187967a1",
101101
"json_rpc_2_tag": "2.0.9",
102-
"linter_tag": "0.1.99",
102+
"linter_tag": "0.1.100",
103103
"logging_tag": "0.11.3+2",
104104
"markupsafe_rev": "8f45f5cfa0009d2a70589bcda0349b8cb2b72783",
105105
"markdown_tag": "2.1.1",

0 commit comments

Comments
 (0)