This repository was archived by the owner on Jan 7, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change
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
+
1
8
## 2.0.1
2
9
3
10
- Updated documentation for the ` lib/core.yaml ` and ` lib/recommended.yaml `
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ include: package:lints/core.yaml
11
11
12
12
linter :
13
13
rules :
14
- - always_require_non_null_named_parameters
15
14
- annotate_overrides
16
15
- avoid_function_literals_in_foreach_calls
17
16
- avoid_init_to_null
Original file line number Diff line number Diff line change 1
1
name : lints
2
- version : 2.0.1
2
+ version : 2.1.0
3
3
description : >
4
4
Official Dart lint rules. Defines the 'core' and 'recommended' set of lints
5
5
suggested by the Dart team.
6
6
repository : https://github.com/dart-lang/lints
7
7
8
8
environment :
9
- sdk : ' >=2.17.0 < 3.0.0'
9
+ sdk : ^ 3.0.0-417
10
10
11
11
# NOTE: Code is not allowed in this package. Do not add dependencies.
12
12
# dependencies:
You can’t perform that action at this time.
0 commit comments