Skip to content

Commit

Permalink
refactor: removed deprecated analysis rules
Browse files Browse the repository at this point in the history
  • Loading branch information
OutdatedGuy committed Sep 24, 2024
1 parent 2173859 commit 17b52e8
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 17b52e8

Please sign in to comment.