Skip to content

Commit

Permalink
chores: remove deprecated rules from analysis_options
Browse files Browse the repository at this point in the history
  • Loading branch information
AmanMenda committed Oct 11, 2024
1 parent b6e97ad commit ca9ebab
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ linter:
- always_declare_return_types
- always_put_control_body_on_new_line

- always_require_non_null_named_parameters
- annotate_overrides
- avoid_empty_else
- avoid_field_initializers_in_const_classes
Expand Down Expand Up @@ -70,7 +69,6 @@ linter:
- prefer_const_declarations
- prefer_const_literals_to_create_immutables
- prefer_contains
- prefer_equal_for_default_values
- prefer_final_fields
- prefer_final_locals
- prefer_foreach
Expand Down

0 comments on commit ca9ebab

Please sign in to comment.