Skip to content

Commit

Permalink
Prepare release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed Nov 7, 2023
1 parent 80ec8f8 commit e2088be
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

Requires Dart `sdk: '>=3.1.0'`

- Disable [`unnecessary_await_in_return`](https://dart-lang.github.io/linter/lints/unnecessary_await_in_return.html) due to false positives and almost no benefit
- Enable [`no_wildcard_variable_uses`](https://dart-lang.github.io/linter/lints/no_wildcard_variable_uses.html)
- Enable [`no_self_assignments`](https://dart-lang.github.io/linter/lints/no_self_assignments.html)

Expand Down
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,16 @@ Generally, you can just put `lint: ^2.0.0` in your `pubspec.yaml` and pub get th

| Dart Version | Lint Version |
|--------------|---------------------------------------------------------------------|
| `2.18` | [`2.0.0`](https://pub.dev/packages/lint/versions/2.0.0/changelog) |
| `2.17` | [`1.10.0`](https://pub.dev/packages/lint/versions/1.10.0/changelog) |
| `2.16` | [`1.9.0`](https://pub.dev/packages/lint/versions/1.9.0/changelog) |
| `2.15` | [`1.8.0`](https://pub.dev/packages/lint/versions/1.8.0/changelog) |
| `2.14` | [`1.7.0`](https://pub.dev/packages/lint/versions/1.7.0/changelog) |
| `2.13` | [`1.6.0`](https://pub.dev/packages/lint/versions/1.6.0/changelog) |
| `2.12` | [`1.5.0`](https://pub.dev/packages/lint/versions/1.5.0/changelog) |

| `3.1` | [`2.2.0`](https://pub.dev/packages/lint/versions/2.2.0/changelog) |
| `3.0` | [`2.1.0`](https://pub.dev/packages/lint/versions/2.1.0/changelog) |
| `2.18` | [`2.0.0`](https://pub.dev/packages/lint/versions/2.0.0/changelog) |
| `2.17` | [`1.10.0`](https://pub.dev/packages/lint/versions/1.10.0/changelog) |
| `2.16` | [`1.9.0`](https://pub.dev/packages/lint/versions/1.9.0/changelog) |
| `2.15` | [`1.8.0`](https://pub.dev/packages/lint/versions/1.8.0/changelog) |
| `2.14` | [`1.7.0`](https://pub.dev/packages/lint/versions/1.7.0/changelog) |
| `2.13` | [`1.6.0`](https://pub.dev/packages/lint/versions/1.6.0/changelog) |
| `2.12` | [`1.5.0`](https://pub.dev/packages/lint/versions/1.5.0/changelog) |


## Comparison to discontinued package:pedantic

Expand Down

0 comments on commit e2088be

Please sign in to comment.