File tree 3 files changed +10
-2
lines changed
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.14.0
2
+
3
+ - ** FEAT** : Update all lint rules ([ #61 ] ( https://github.com/altive/altive_lints/issues/61 ) ). ([ cd146c86] ( https://github.com/altive/altive_lints/commit/cd146c864b6b1ecf243e30a56a5cda7bdb265397 ) )
4
+ - add new rules to ` all_lint_rules.yaml ` that are available from Dart 3.5.
5
+ - [ document_ignores] ( https://dart.dev/tools/linter-rules/document_ignores )
6
+ - [ invalid_runtime_check_with_js_interop_types] ( https://dart.dev/tools/linter-rules/invalid_runtime_check_with_js_interop_types )
7
+ - The altive_lints enable these rules.
8
+
1
9
## 1.13.0
2
10
3
11
- ** FIX** : Add stack to avoid_single_child ([ #57 ] ( https://github.com/altive/altive_lints/issues/57 ) ). ([ c2e3ccb9] ( https://github.com/altive/altive_lints/commit/c2e3ccb9c62d2ddaa53196ca55adac00a6f45cd8 ) )
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: altive_lints
2
2
description : >-
3
3
Provides `all_lint_rules.yaml` that activates all rules and
4
4
`altive_lints.yaml` with Altive recommended rule selection.
5
- version : 1.13 .0
5
+ version : 1.14 .0
6
6
homepage : https://altive.dev
7
7
repository : https://github.com/altive/altive_lints
8
8
issue_tracker : https://github.com/altive/altive_lints/issues
Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ dependencies:
13
13
http : ^1.2.1
14
14
15
15
dev_dependencies :
16
- altive_lints : ^1.13 .0
16
+ altive_lints : ^1.14 .0
17
17
test : ^1.25.7
You can’t perform that action at this time.
0 commit comments