Skip to content

Commit

Permalink
chore: remove commented out linter rule
Browse files Browse the repository at this point in the history
The rule prefer_final_parameters was commented out and conflicts with
the recommended set of linter rules, so it likely won't get enabled again.
  • Loading branch information
JKRhb committed May 17, 2024
1 parent 4ab983f commit 2a1ef96
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ linter:
close_sinks: true
cascade_invocations: true
only_throw_errors: true
# prefer_final_parameters: true

dart_code_metrics:
anti-patterns:
Expand Down

0 comments on commit 2a1ef96

Please sign in to comment.