File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,7 @@ linter:
76
76
# - cascade_invocations # doesn't match the typical style of this repo
77
77
- cast_nullable_to_non_nullable
78
78
# - close_sinks # not reliable enough
79
+ - collection_methods_unrelated_type
79
80
# - combinators_ordering # DIFFERENT FROM FLUTTER/FLUTTER: This isn't available on stable yet.
80
81
# - comment_references # blocked on https://github.com/dart-lang/linter/issues/1142
81
82
- conditional_uri_does_not_exist
@@ -97,14 +98,12 @@ linter:
97
98
- flutter_style_todos
98
99
- hash_and_equals
99
100
- implementation_imports
100
- - iterable_contains_unrelated_type
101
101
# - join_return_with_assignment # not required by flutter style
102
102
- leading_newlines_in_multiline_strings
103
103
- library_names
104
104
- library_prefixes
105
105
- library_private_types_in_public_api
106
106
# - lines_longer_than_80_chars # not required by flutter style
107
- - list_remove_unrelated_type
108
107
# - literal_only_boolean_expressions # too many false positives: https://github.com/dart-lang/linter/issues/453
109
108
- missing_whitespace_between_adjacent_strings
110
109
- no_adjacent_strings_in_list
You can’t perform that action at this time.
0 commit comments