linter 0.1.101

Change-Id: I9a507ecd0d4756f681f31994c2a31dcb4b347309
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/121101
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Phil Quitslund <pquitslund@google.com>
This commit is contained in:
pq 2019-10-10 17:11:17 +00:00 committed by commit-bot@chromium.org
parent 5688d7ba67
commit b716137c90
2 changed files with 8 additions and 4 deletions

View file

@ -95,10 +95,14 @@ main() { foo(() {}); }
#### Linter
The Linter was updated to `0.1.100`, which includes:
The Linter was updated to `0.1.101`, which includes:
* fixed `diagnostic_describe_all_properties` to flag properties in `Diagnosticable`s with no debug methods defined
* fixed `noSuchMethod` exception in `camel_case_extensions` when analyzing unnamed extensions
* fixed `avoid_print` to catch tear-off usage
* new lint: `avoid_web_libraries_in_flutter` (experimental)
* (internal) prepare `unnecessary_lambdas` for coming `MethodInvocation` vs. `FunctionExpressionInvocation` changes
* (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

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