You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: analysis_options.yaml
+1-3
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,6 @@ linter:
28
28
- always_declare_return_types
29
29
- always_put_control_body_on_new_line
30
30
# - always_put_required_named_parameters_first # we prefer having parameters in the same order as fields https://github.com/flutter/flutter/issues/10219
31
-
- always_require_non_null_named_parameters
32
31
# - always_specify_types
33
32
- annotate_overrides
34
33
# - avoid_annotating_with_dynamic # not yet tested
@@ -82,12 +81,11 @@ linter:
82
81
- hash_and_equals
83
82
- implementation_imports
84
83
# - invariant_booleans # too many false positives: https://github.com/dart-lang/linter/issues/811
85
-
- iterable_contains_unrelated_type
84
+
- collection_methods_unrelated_type
86
85
# - join_return_with_assignment # not yet tested
87
86
- library_names
88
87
- library_prefixes
89
88
# - lines_longer_than_80_chars # not yet tested
90
-
- list_remove_unrelated_type
91
89
# - literal_only_boolean_expressions # too many false positives: https://github.com/dart-lang/sdk/issues/34181
0 commit comments