1
0
mirror of https://github.com/dart-lang/sdk synced 2024-07-08 12:06:26 +00:00

linter 0.1.95

Change-Id: I963a55d62c02c8d0d455d110a74ecf4d3e5a6e32
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/110280
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Phil Quitslund <pquitslund@google.com>
This commit is contained in:
pq 2019-07-24 16:55:33 +00:00 committed by commit-bot@chromium.org
parent 0c97c31b6e
commit f38a719933
2 changed files with 6 additions and 2 deletions

View File

@ -121,7 +121,11 @@
#### Linter
The Linter was updated to `0.1.94`, which includes a number of internal fixes.
The Linter was updated to `0.1.95`, which includes:
* improvements to `unsafe_html` error reporting
* fixed false positives in `prefer_asserts_in_initializer_lists`
* fixes to `prefer_const_constructors` to not flag `@literal` annotated constructors
#### Dartdoc

2
DEPS
View File

@ -97,7 +97,7 @@ vars = {
"intl_tag": "0.15.7",
"jinja2_rev": "2222b31554f03e62600cd7e383376a7c187967a1",
"json_rpc_2_tag": "2.0.9",
"linter_tag": "0.1.94",
"linter_tag": "0.1.95",
"logging_tag": "0.11.3+2",
"markupsafe_rev": "8f45f5cfa0009d2a70589bcda0349b8cb2b72783",
"markdown_tag": "2.0.3",