Skip to content

Commit 863694b

Browse files
pqcommit-bot@chromium.org
authored andcommitted
bump to linter 0.1.98
Change-Id: I7f6893038fb55a441ed9d899d2f78518f27aa952 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/118468 Reviewed-by: Konstantin Shcheglov <[email protected]> Reviewed-by: Brian Wilkerson <[email protected]> Commit-Queue: Phil Quitslund <[email protected]>
1 parent bb87996 commit 863694b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,10 @@ main() { foo(() {}); }
3131

3232
#### Linter
3333

34-
The Linter was updated to `0.1.97+1`, which includes:
34+
The Linter was updated to `0.1.98`, which includes:
3535

36+
* fixed null raw expression accesses in use_to_and_as_if_applicable
37+
* internal migration to using analyzer `InheritanceManager3`
3638
* internal migration away from using analyzer `resolutionMap`
3739
* various fixes and improvements to anticipate support for extension-methods
3840
* new lint: `camel_case_extensions`

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

0 commit comments

Comments
 (0)