Skip to content

Commit e2088be

Browse files
committed
Prepare release 2.2.0
1 parent 80ec8f8 commit e2088be

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
Requires Dart `sdk: '>=3.1.0'`
66

7+
- 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
78
- Enable [`no_wildcard_variable_uses`](https://dart-lang.github.io/linter/lints/no_wildcard_variable_uses.html)
89
- Enable [`no_self_assignments`](https://dart-lang.github.io/linter/lints/no_self_assignments.html)
910

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,16 @@ Generally, you can just put `lint: ^2.0.0` in your `pubspec.yaml` and pub get th
7979

8080
| Dart Version | Lint Version |
8181
|--------------|---------------------------------------------------------------------|
82-
| `2.18` | [`2.0.0`](https://pub.dev/packages/lint/versions/2.0.0/changelog) |
83-
| `2.17` | [`1.10.0`](https://pub.dev/packages/lint/versions/1.10.0/changelog) |
84-
| `2.16` | [`1.9.0`](https://pub.dev/packages/lint/versions/1.9.0/changelog) |
85-
| `2.15` | [`1.8.0`](https://pub.dev/packages/lint/versions/1.8.0/changelog) |
86-
| `2.14` | [`1.7.0`](https://pub.dev/packages/lint/versions/1.7.0/changelog) |
87-
| `2.13` | [`1.6.0`](https://pub.dev/packages/lint/versions/1.6.0/changelog) |
88-
| `2.12` | [`1.5.0`](https://pub.dev/packages/lint/versions/1.5.0/changelog) |
89-
82+
| `3.1` | [`2.2.0`](https://pub.dev/packages/lint/versions/2.2.0/changelog) |
83+
| `3.0` | [`2.1.0`](https://pub.dev/packages/lint/versions/2.1.0/changelog) |
84+
| `2.18` | [`2.0.0`](https://pub.dev/packages/lint/versions/2.0.0/changelog) |
85+
| `2.17` | [`1.10.0`](https://pub.dev/packages/lint/versions/1.10.0/changelog) |
86+
| `2.16` | [`1.9.0`](https://pub.dev/packages/lint/versions/1.9.0/changelog) |
87+
| `2.15` | [`1.8.0`](https://pub.dev/packages/lint/versions/1.8.0/changelog) |
88+
| `2.14` | [`1.7.0`](https://pub.dev/packages/lint/versions/1.7.0/changelog) |
89+
| `2.13` | [`1.6.0`](https://pub.dev/packages/lint/versions/1.6.0/changelog) |
90+
| `2.12` | [`1.5.0`](https://pub.dev/packages/lint/versions/1.5.0/changelog) |
91+
9092

9193
## Comparison to discontinued package:pedantic
9294

0 commit comments

Comments
 (0)