Skip to content

Commit

Permalink
feat: Disable specify_nonobvious_local_variable_types to avoid confli…
Browse files Browse the repository at this point in the history
…cts (#80)
  • Loading branch information
naipaka authored Dec 16, 2024
1 parent e567245 commit cc54fcc
Showing 1 changed file with 3 additions and 0 deletions.
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

0 comments on commit cc54fcc

Please sign in to comment.