bump to linter 0.1.82

The Set literals support in 0.1.82 looks good for Flutter after a test migration
(https://github.com/flutter/flutter/pull/27811).

flutter-analyze-try is meant to break but only flag legitimate opportunities to migrate (validated in PR above).


Change-Id: Ie63d00cd006a96cd7f2df44b82ff8a82cf73b6bc
Reviewed-on: https://dart-review.googlesource.com/c/92761
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Phil Quitslund <pquitslund@google.com>
This commit is contained in:
pq 2019-02-12 17:38:18 +00:00 committed by commit-bot@chromium.org
parent 5fe0202b0b
commit cccaae2b01
2 changed files with 5 additions and 2 deletions

View file

@ -74,8 +74,11 @@
### Linter
The linter was bumped to `0.1.80` which introduces the following linter improvements to the SDK:
The linter was bumped to `0.1.82` which introduces the following linter improvements to the SDK:
* fixed `prefer_const_declarations` Set literal false-positives
* updates to `prefer_collection_literals` to support Set literals
* new lint: `provide_deprecation_message`
* `unnecessary_parenthesis` updated to play nicer with cascades
* new lint: `use_full_hex_values_for_flutter_colors`
* new lint: `prefer_null_aware_operators`

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.80",
"linter_tag": "0.1.82",
"logging_tag": "0.11.3+2",
"markupsafe_rev": "8f45f5cfa0009d2a70589bcda0349b8cb2b72783",
"markdown_tag": "2.0.2",