Skip to content

Commit ca282da

Browse files
committed
Remove removed linter rules
1 parent 34ebdf6 commit ca282da

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

analysis_options.yaml

+1-5
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,9 @@ analyzer:
2323

2424
linter:
2525
rules:
26-
# See all available options here
27-
# https://github.com/dart-lang/linter/blob/master/example/all.yaml
26+
# See all available options at https://dart.dev/lints
2827
- always_declare_return_types
2928
- always_put_control_body_on_new_line
30-
31-
- always_require_non_null_named_parameters
3229
- annotate_overrides
3330
- avoid_empty_else
3431
- avoid_field_initializers_in_const_classes
@@ -73,7 +70,6 @@ linter:
7370
- prefer_const_declarations
7471
- prefer_const_literals_to_create_immutables
7572
- prefer_contains
76-
- prefer_equal_for_default_values
7773
- prefer_final_fields
7874
- prefer_final_locals
7975
- prefer_foreach

0 commit comments

Comments
 (0)