Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

Commit da3ec6a

Browse files
committed
Publish linter 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. BUG= [email protected] Review URL: https://codereview.chromium.org//2245123002 .
1 parent aeedec5 commit da3ec6a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ pubspec.lock
88
.packages
99
linter.iml
1010
.atom
11+
/.vscode

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1+
# 0.1.24
2+
3+
* Internal updates to keep up with changes in the analyzer package.
4+
* Updated `close_sinks` to respect calls to `destroy` (#282).
5+
* Fixed `only_throw_errors` to report on the expression not node.
6+
17
# 0.1.23
28

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

5-
611
# 0.1.22
712

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

0 commit comments

Comments
 (0)