bump to linter 0.1.79

Change-Id: I3203eeab9ca3970c00113d33ec8174e4fd88d3f3
Reviewed-on: https://dart-review.googlesource.com/c/91167
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Phil Quitslund <pquitslund@google.com>
This commit is contained in:
pq 2019-01-25 21:51:24 +00:00 committed by commit-bot@chromium.org
parent c7f6c86128
commit 8e0bc806b9
2 changed files with 13 additions and 1 deletions

View file

@ -66,6 +66,18 @@
* `DEPRECATED_MEMBER_USE_FROM_SAME_PACKAGE` reports on usage of
`@deprecated` members declared in the same package.
### Linter
The linter was bumped to `0.1.79` which introduces the following linter improvements to the SDK:
* `unnecessary_parenthesis` updated to play nicer with cascades
* new lint: `use_full_hex_values_for_flutter_colors`
* new lint: `prefer_null_aware_operators`
* miscellaneous documentation fixes
* removed deprecated lints from the "all options" sample
* stopped registering "default lints"
* `hash_and_equals` fixed to respect `hashCode` fields
#### dart2js
* `--fast-startup` is forced on. The flag is silently ignored and will be

2
DEPS
View file

@ -95,7 +95,7 @@ vars = {
"intl_tag": "0.15.7",
"jinja2_rev": "2222b31554f03e62600cd7e383376a7c187967a1",
"json_rpc_2_tag": "2.0.9",
"linter_tag": "0.1.78",
"linter_tag": "0.1.79",
"logging_tag": "0.11.3+2",
"markdown_tag": "2.0.2",
"matcher_tag": "0.12.3",