Skip to content

Commit

Permalink
linter 0.1.105
Browse files Browse the repository at this point in the history
Change-Id: Id3d59bf77326a6fb98e8d5632953e9a3f1ddf512
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/127340
Commit-Queue: Phil Quitslund <pquitslund@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
  • Loading branch information
pq authored and commit-bot@chromium.org committed Dec 5, 2019
1 parent 41d8b9e commit a3953b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ program-defined, whereas previously it was undefined.

#### Linter

The Linter was updated to `0.1.104`, which includes:
The Linter was updated to `0.1.105+1`, which includes:

* updated `unnecessary_overrides` to allow overrides when annotations (besides `@override` are specified)
* updated `file_names` to allow names w/ leading `_`'s (and improved performance)
* new lint: `unnecessary_final`
* hardened checks for lib dir location (fixing crashes in `avoid_renaming_method_parameters`,
`prefer_relative_imports` and `public_member_api_docs`)
* improved performance for `always_require_non_null_named_parameters`

#### Pub

Expand Down
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ vars = {
"intl_tag": "0.15.7",
"jinja2_rev": "2222b31554f03e62600cd7e383376a7c187967a1",
"json_rpc_2_tag": "2.0.9",
"linter_tag": "0.1.104",
"linter_tag": "0.1.105+1",
"logging_tag": "0.11.3+2",
"markupsafe_rev": "8f45f5cfa0009d2a70589bcda0349b8cb2b72783",
"markdown_tag": "2.1.1",
Expand Down

0 comments on commit a3953b6

Please sign in to comment.