Skip to content

Commit

Permalink
Merge branch 'main' into add-dartdoc-macros-assist
Browse files Browse the repository at this point in the history
  • Loading branch information
naipaka authored Dec 17, 2024
2 parents 0446d4c + c3c70f8 commit e20145a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/altive_lints/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.17.0

- **FEAT**: Disable specify_nonobvious_local_variable_types to avoid conflicts ([#80](https://github.com/altive/altive_lints/issues/80)). ([cc54fcc3](https://github.com/altive/altive_lints/commit/cc54fcc35efc7620f5e12ebb82c9ee328d5c95db))

## 1.16.0

- **FIX**: No warning if the number of elements in the spread operator using the if statement is more than two. ([#74](https://github.com/altive/altive_lints/issues/74)). ([ad65c006](https://github.com/altive/altive_lints/commit/ad65c00659977b511ef4f6b0dbf9c72647953584)) for `avoid_single_child`.
Expand Down
3 changes: 3 additions & 0 deletions packages/altive_lints/lib/altive_lints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ linter:
# Too verbose. Use avoid_final_parameters
prefer_final_parameters: false

# Conflicts with `omit_local_variable_types`
specify_nonobvious_local_variable_types: false

# Incompatible with `prefer_final_locals`
# Having immutable local variables makes larger functions more predictable
# so we will use `prefer_final_locals` instead.
Expand Down
2 changes: 1 addition & 1 deletion packages/altive_lints/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: altive_lints
description: >-
Provides `all_lint_rules.yaml` that activates all rules and
`altive_lints.yaml` with Altive recommended rule selection.
version: 1.16.0
version: 1.17.0
homepage: https://altive.dev
repository: https://github.com/altive/altive_lints
issue_tracker: https://github.com/altive/altive_lints/issues
Expand Down
2 changes: 1 addition & 1 deletion packages/diffscrape/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ dependencies:
http: ^1.2.1

dev_dependencies:
altive_lints: ^1.16.0
altive_lints: ^1.17.0
test: ^1.25.7

0 comments on commit e20145a

Please sign in to comment.