bump to linter 0.1.97+1

Change-Id: Ie2df45e0af255d6a45df5d1383270af1aa945a8c
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/114966
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Phil Quitslund <pquitslund@google.com>
This commit is contained in:
pq 2019-08-30 14:38:15 +00:00 committed by commit-bot@chromium.org
parent 1913f3475d
commit b5db563655
2 changed files with 8 additions and 5 deletions

View file

@ -161,11 +161,14 @@ const int x = (s == null) ? 0 : s.length;
#### Linter
The Linter was updated to `0.1.96`, which includes:
The Linter was updated to `0.1.97+1`, which includes:
* fixed false positives in `unnecessary_parens`
* various changes to migrate to preferred analyzer APIs
* rule test fixes
* internal migration away from using analyzer `resolutionMap`
* various fixes and improvements to anticipate support for extension-methods
* new lint: `camel_case_extensions`
* rule template generation improvements
* new lint: `avoid_equals_and_hash_code_on_mutable_classes`
* extended `avoid_slow_async_io` to flag async `Directory` methods
#### Dartdoc

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