Skip to content

Commit

Permalink
Linter 0.1.19.
Browse files Browse the repository at this point in the history
* New `close_sinks` lint.
* Fixes to `iterable_contains_unrelated_type `.

BUG=
R=brianwilkerson@google.com

Review URL: https://codereview.chromium.org//2064913002 .
  • Loading branch information
pq committed Jun 13, 2016
1 parent e9d3470 commit 2369036
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.1.19

* New `close_sinks` lint.
* Fixes to `iterable_contains_unrelated_type `.

# 0.1.18

* Fix NSME in `iterable_contains_unrelated_type` (#245).
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: linter
version: 0.1.18
version: 0.1.19
author: Dart Team <misc@dartlang.org>
description: Style linter for Dart.
homepage: https://github.com/dart-lang/linter
Expand Down

0 comments on commit 2369036

Please sign in to comment.