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

Commit

Permalink
Publish linter 0.1.25.
Browse files Browse the repository at this point in the history
* Fixed false positive on `[]=` in `always_declare_return_types` (#300).
* New `invariant_booleans` lint.
* New `literal_only_boolean_expressions` lint.
* Fixed `camel_case_types` to allow `$` in identifiers (#290).

BUG=
[email protected]

Review URL: https://codereview.chromium.org//2309313002 .
  • Loading branch information
pq committed Sep 5, 2016
1 parent 563c6f3 commit 1f9f408
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 0.1.25

* Fixed false positive on `[]=` in `always_declare_return_types` (#300).
* New `invariant_booleans` lint.
* New `literal_only_boolean_expressions` lint.
* Fixed `camel_case_types` to allow `$` in identifiers (#290).

# 0.1.24

* Internal updates to keep up with changes in the analyzer package.
Expand Down
10 changes: 5 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: linter
version: 0.1.24
version: 0.1.25
author: Dart Team <[email protected]>
description: Style linter for Dart.
homepage: https://github.com/dart-lang/linter
environment:
sdk: '>=1.12.0 <2.0.0'
dependencies:
analyzer: ^0.28.0-alpha.0
analyzer: ^0.28.2-alpha.0
args: '>=0.12.1 <0.14.0'
cli_util: ^0.0.1
glob: ^1.0.3
Expand All @@ -15,7 +15,7 @@ dependencies:
yaml: ^2.1.2
dev_dependencies:
grinder: ^0.8.0
markdown: ^0.8.0
matcher: ^0.11.0
mockito: ^0.8.2
markdown: ^0.11.0
matcher: ^0.12.0
mockito: ^1.0.0
unittest: ^0.11.0

0 comments on commit 1f9f408

Please sign in to comment.