Skip to content

Commit 21eddf7

Browse files
authored
* 2.1.0 * constraint fix * ^^^ * bump SDK constraing
1 parent 0e849aa commit 21eddf7

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

pkgs/lints/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 2.1.0
2+
3+
- Updated SDK lower-bound to 3.0
4+
- Removed `always_require_non_null_named_parameters` from `recommended.yaml`
5+
as it is only relevant in Dart pre 2.12 and with Dart 3.0, libraries can
6+
no longer be opted back that far.
7+
18
## 2.0.1
29

310
- Updated documentation for the `lib/core.yaml` and `lib/recommended.yaml`

pkgs/lints/lib/recommended.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ include: package:lints/core.yaml
1111

1212
linter:
1313
rules:
14-
- always_require_non_null_named_parameters
1514
- annotate_overrides
1615
- avoid_function_literals_in_foreach_calls
1716
- avoid_init_to_null

pkgs/lints/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: lints
2-
version: 2.0.1
2+
version: 2.1.0
33
description: >
44
Official Dart lint rules. Defines the 'core' and 'recommended' set of lints
55
suggested by the Dart team.
66
repository: https://github.com/dart-lang/lints
77

88
environment:
9-
sdk: '>=2.17.0 <3.0.0'
9+
sdk: ^3.0.0-417
1010

1111
# NOTE: Code is not allowed in this package. Do not add dependencies.
1212
# dependencies:

0 commit comments

Comments
 (0)