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>
This commit is contained in:
pq 2019-10-04 17:53:05 +00:00 committed by commit-bot@chromium.org
parent 80f683417b
commit 2ca8125d7a
2 changed files with 4 additions and 7 deletions

View file

@ -88,13 +88,10 @@ main() { foo(() {}); }
#### Linter
The Linter was updated to `0.1.99`, which includes:
The Linter was updated to `0.1.100`, which includes:
* fixed unsafe casts in `overridden_fields`
* (internal) migration to the mock SDK in `package:analyzer` for testing
* fixed empty argument list access in `use_full_hex_values_for_flutter_color_fix`
* new lint: `prefer_relative_imports`
* improved messages for `await_only_futures`
* (internal) stop accessing `staticType` in favor of getting type of `FormalParameter`s from the declared element
* (internal) remove stale analyzer work-around for collecting `TypeParameterElement`s in `prefer_const_constructors`
## 2.5.1 - 2019-09-27

2
DEPS
View file

@ -99,7 +99,7 @@ vars = {
"intl_tag": "0.15.7",
"jinja2_rev": "2222b31554f03e62600cd7e383376a7c187967a1",
"json_rpc_2_tag": "2.0.9",
"linter_tag": "0.1.99",
"linter_tag": "0.1.100",
"logging_tag": "0.11.3+2",
"markupsafe_rev": "8f45f5cfa0009d2a70589bcda0349b8cb2b72783",
"markdown_tag": "2.1.1",