Skip to content

Commit

Permalink
Remove removed linter rules
Browse files Browse the repository at this point in the history
  • Loading branch information
parlough committed Sep 24, 2024
1 parent 34ebdf6 commit ca282da
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,9 @@ analyzer:

linter:
rules:
# See all available options here
# https://github.com/dart-lang/linter/blob/master/example/all.yaml
# See all available options at https://dart.dev/lints
- 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 @@ -73,7 +70,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 ca282da

Please sign in to comment.