Skip to content

Commit

Permalink
Dart 2.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed Sep 16, 2019
1 parent a7f19e6 commit d5a6ec9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changlog

## 0.2.3

- Release for Dart 2.5 enables
- `avoid_print`

## 0.2.2

- Release for Dart 2.4 enables
Expand Down
3 changes: 1 addition & 2 deletions lib/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,7 @@ linter:

# Don't call print in production code
# https://dart-lang.github.io/linter/lints/avoid_print.html
# dart 2.4 incompatible
#- avoid_print
- avoid_print

# Always prefer function references over typedefs.
# Jumping twice in code to see the signature of a lambda sucks. This is different from the flutter analysis_options
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: lint
version: 0.2.2
version: 0.2.3
description: An opiniated, community-driven set of lint rules for Dart and Flutter projects. Like pedantic but stricter
author: Pascal Welsch <[email protected]>
homepage: https://github.com/passsy/dart-lint

environment:
sdk: '>=2.4.0 <2.5.0'
sdk: '>=2.5.0 <3.0.0'

0 comments on commit d5a6ec9

Please sign in to comment.