bump to linter 0.1.99

Change-Id: I40f4be96d6fc953ae536203f86360dda6139467a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/119523
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Phil Quitslund <pquitslund@google.com>
This commit is contained in:
pq 2019-10-01 14:31:57 +00:00 committed by commit-bot@chromium.org
parent dfe05e3f79
commit 470c5eab8e
2 changed files with 7 additions and 10 deletions

View file

@ -31,16 +31,13 @@ main() { foo(() {}); }
#### Linter
The Linter was updated to `0.1.98`, which includes:
The Linter was updated to `0.1.99`, 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`
* rule template generation improvements
* new lint: `avoid_equals_and_hash_code_on_mutable_classes`
* extended `avoid_slow_async_io` to flag async `Directory` methods
* 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`
## 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.98",
"linter_tag": "0.1.99",
"logging_tag": "0.11.3+2",
"markupsafe_rev": "8f45f5cfa0009d2a70589bcda0349b8cb2b72783",
"markdown_tag": "2.1.1",