mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 10:49:00 +00:00
linter 0.1.104
Change-Id: I03b72ba583146d1c3224f6941bdaaaa68a6997e7 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/124915 Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Commit-Queue: Phil Quitslund <pquitslund@google.com>
This commit is contained in:
parent
dd7760a07d
commit
bb29b1545b
2 changed files with 5 additions and 5 deletions
|
@ -48,11 +48,11 @@ program-defined, whereas previously it was undefined.
|
||||||
|
|
||||||
#### Linter
|
#### Linter
|
||||||
|
|
||||||
The Linter was updated to `0.1.103`, which includes:
|
The Linter was updated to `0.1.104`, which includes:
|
||||||
|
|
||||||
* updates to `prefer_relative_imports` to use a faster and more robust way to check for self-package references
|
* updated `unnecessary_overrides` to allow overrides when annotations (besides `@override` are specified)
|
||||||
* updates to our approach to checking for `lib` dir contents (speeding up `avoid_renaming_method_parameters` and
|
* updated `file_names` to allow names w/ leading `_`'s (and improved performance)
|
||||||
making `prefer_relative_imports` and `public_member_api_docs` amenable to internal package formats -- w/o pubspecs)
|
* new lint: `unnecessary_final`
|
||||||
|
|
||||||
#### Pub
|
#### Pub
|
||||||
|
|
||||||
|
|
2
DEPS
2
DEPS
|
@ -100,7 +100,7 @@ vars = {
|
||||||
"intl_tag": "0.15.7",
|
"intl_tag": "0.15.7",
|
||||||
"jinja2_rev": "2222b31554f03e62600cd7e383376a7c187967a1",
|
"jinja2_rev": "2222b31554f03e62600cd7e383376a7c187967a1",
|
||||||
"json_rpc_2_tag": "2.0.9",
|
"json_rpc_2_tag": "2.0.9",
|
||||||
"linter_tag": "0.1.103",
|
"linter_tag": "0.1.104",
|
||||||
"logging_tag": "0.11.3+2",
|
"logging_tag": "0.11.3+2",
|
||||||
"markupsafe_rev": "8f45f5cfa0009d2a70589bcda0349b8cb2b72783",
|
"markupsafe_rev": "8f45f5cfa0009d2a70589bcda0349b8cb2b72783",
|
||||||
"markdown_tag": "2.1.1",
|
"markdown_tag": "2.1.1",
|
||||||
|
|
Loading…
Reference in a new issue