Skip to content

Commit 8f8a0d2

Browse files
committed
fix warnings.
1 parent 8a4ae61 commit 8f8a0d2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

analysis_options.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ linter:
2828
- always_declare_return_types
2929
- always_put_control_body_on_new_line
3030
# - 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
3231
# - always_specify_types
3332
- annotate_overrides
3433
# - avoid_annotating_with_dynamic # not yet tested
@@ -82,12 +81,11 @@ linter:
8281
- hash_and_equals
8382
- implementation_imports
8483
# - invariant_booleans # too many false positives: https://github.com/dart-lang/linter/issues/811
85-
- iterable_contains_unrelated_type
84+
- collection_methods_unrelated_type
8685
# - join_return_with_assignment # not yet tested
8786
- library_names
8887
- library_prefixes
8988
# - lines_longer_than_80_chars # not yet tested
90-
- list_remove_unrelated_type
9189
# - literal_only_boolean_expressions # too many false positives: https://github.com/dart-lang/sdk/issues/34181
9290
- no_adjacent_strings_in_list
9391
- no_duplicate_case_values

0 commit comments

Comments
 (0)