bump to linter 0.1.98

Change-Id: I7f6893038fb55a441ed9d899d2f78518f27aa952
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/118468
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Phil Quitslund <pquitslund@google.com>
This commit is contained in:
pq 2019-09-23 22:19:00 +00:00 committed by commit-bot@chromium.org
parent bb879969dd
commit 863694b7eb
2 changed files with 4 additions and 2 deletions

View file

@ -31,8 +31,10 @@ main() { foo(() {}); }
#### Linter
The Linter was updated to `0.1.97+1`, which includes:
The Linter was updated to `0.1.98`, which includes:
* fixed null raw expression accesses in use_to_and_as_if_applicable
* internal migration to using analyzer `InheritanceManager3`
* internal migration away from using analyzer `resolutionMap`
* various fixes and improvements to anticipate support for extension-methods
* new lint: `camel_case_extensions`

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.97+1",
"linter_tag": "0.1.98",
"logging_tag": "0.11.3+2",
"markupsafe_rev": "8f45f5cfa0009d2a70589bcda0349b8cb2b72783",
"markdown_tag": "2.0.3",