bump linter to 0.1.83

Change-Id: Ib54dd37d319825e6916d9b2b56e44e1883db296c
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/97261
Reviewed-by: Paul Berry <paulberry@google.com>
Commit-Queue: Phil Quitslund <pquitslund@google.com>
This commit is contained in:
pq 2019-03-18 22:06:45 +00:00 committed by commit-bot@chromium.org
parent eda9ccb744
commit 234a1726d3
2 changed files with 15 additions and 1 deletions

View file

@ -51,6 +51,20 @@
[visualizer]: https://dart-lang.github.io/dump-info-visualizer/
#### Linter
The Linter was updated to `0.1.83` which includes the following changes:
* updated `file_names` to skip prefixed-extension Dart files (e.g., `.css.dart`, `.g.dart`)
* updated SDK constraint to `2.2.0`
* miscellaneous rule documentation fixes
* (internal) updated sources to use Set literals
* fixed NPE in `avoid_shadowing_type_parameters`
* added linter version numbering for use in analyzer summaries
* fixed type utilities to handle inheritance cycles
* (internal) changes to adopt new `package:analyzer` APIs
* fixed `unnecessary_parenthesis` false positives
#### Other Tools
## 2.2.0 - 2019-02-26

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