Skip to content

Commit

Permalink
0.1.53 (#1024)
Browse files Browse the repository at this point in the history
# 0.1.53

* updated `unnecessary_statements` to ignore getters (as they may be side-effecting).
  • Loading branch information
pq authored Jun 13, 2018
1 parent 41c5dd3 commit e1a6c5e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.1.53

* updated `unnecessary_statements` to ignore getters (as they may be side-effecting).

# 0.1.52

* fixed `void_checks` to handle arguments not resolved to a parameter
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.52
version: 0.1.53
author: Dart Team <[email protected]>
description: Style linter for Dart.
homepage: https://github.com/dart-lang/linter
Expand Down

0 comments on commit e1a6c5e

Please sign in to comment.