We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34ebdf6 commit ca282daCopy full SHA for ca282da
analysis_options.yaml
@@ -23,12 +23,9 @@ analyzer:
23
24
linter:
25
rules:
26
- # See all available options here
27
- # https://github.com/dart-lang/linter/blob/master/example/all.yaml
+ # See all available options at https://dart.dev/lints
28
- always_declare_return_types
29
- always_put_control_body_on_new_line
30
-
31
- - always_require_non_null_named_parameters
32
- annotate_overrides
33
- avoid_empty_else
34
- avoid_field_initializers_in_const_classes
@@ -73,7 +70,6 @@ linter:
73
70
- prefer_const_declarations
74
71
- prefer_const_literals_to_create_immutables
75
72
- prefer_contains
76
- - prefer_equal_for_default_values
77
- prefer_final_fields
78
- prefer_final_locals
79
- prefer_foreach
0 commit comments