bump to linter 0.1.96

Change-Id: Ifd20c2551ef302a7e9e08f823cd1a68ddff75a5e
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/111860
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Reviewed-by: Paul Berry <paulberry@google.com>
Commit-Queue: Phil Quitslund <pquitslund@google.com>
This commit is contained in:
pq 2019-08-03 00:35:21 +00:00 committed by commit-bot@chromium.org
parent a3d6b4802f
commit cd30fa693d
2 changed files with 5 additions and 5 deletions

View file

@ -121,11 +121,11 @@
#### Linter
The Linter was updated to `0.1.95`, which includes:
The Linter was updated to `0.1.96`, 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
* fixed false positives in `unnecessary_parens`
* various changes to migrate to preferred analyzer APIs
* rule test fixes
#### 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.95",
"linter_tag": "0.1.96",
"logging_tag": "0.11.3+2",
"markupsafe_rev": "8f45f5cfa0009d2a70589bcda0349b8cb2b72783",
"markdown_tag": "2.0.3",