Skip to content

Commit

Permalink
Publish linter 0.1.24.
Browse files Browse the repository at this point in the history
* Internal updates to keep up with changes in the analyzer package.
* Updated `close_sinks` to respect calls to `destroy` (#282).
* Fixed `only_throw_errors` to report on the expression not node.

BUG=
R=scheglov@google.com

Review URL: https://codereview.chromium.org//2245123002 .
  • Loading branch information
pq committed Aug 15, 2016
1 parent aeedec5 commit da3ec6a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ pubspec.lock
.packages
linter.iml
.atom
/.vscode
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# 0.1.24

* Internal updates to keep up with changes in the analyzer package.
* Updated `close_sinks` to respect calls to `destroy` (#282).
* Fixed `only_throw_errors` to report on the expression not node.

# 0.1.23

* Removed `whitespace_around_ops` pending re-name and re-design (#249).


# 0.1.22

* Grinder support (`rule:rule_name` and `docs:location`) for rule stub and doc generation (respectively).
Expand Down

0 comments on commit da3ec6a

Please sign in to comment.