From 234a1726d39df84b5720cff9378fc13fef67955e Mon Sep 17 00:00:00 2001 From: pq Date: Mon, 18 Mar 2019 22:06:45 +0000 Subject: [PATCH] bump linter to 0.1.83 Change-Id: Ib54dd37d319825e6916d9b2b56e44e1883db296c Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/97261 Reviewed-by: Paul Berry Commit-Queue: Phil Quitslund --- CHANGELOG.md | 14 ++++++++++++++ DEPS | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 266cce2f740..d937ee5c030 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/DEPS b/DEPS index c6f2c793fc8..4a66b536445 100644 --- a/DEPS +++ b/DEPS @@ -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",