File tree 2 files changed +2
-3
lines changed
packages/visibility_detector/example/lib
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ linter:
36
36
- library_names
37
37
- library_prefixes
38
38
- list_remove_unrelated_type
39
- - literal_only_boolean_expressions
39
+ # - literal_only_boolean_expressions # https://github.com/dart-lang/linter/issues/453
40
40
- non_constant_identifier_names
41
41
- one_member_abstracts
42
42
- only_throw_errors
@@ -46,7 +46,7 @@ linter:
46
46
- package_prefixed_library_names
47
47
- prefer_is_not_empty
48
48
- slash_for_doc_comments
49
- # TODO - sort_constructors_first
49
+ # - sort_constructors_first
50
50
- sort_unnamed_constructors_first
51
51
- test_types_in_equals
52
52
- throw_in_finally
Original file line number Diff line number Diff line change @@ -520,7 +520,6 @@ Iterable<T> collate<T>(Iterable<Iterable<T>> iterables) sync* {
520
520
return ;
521
521
}
522
522
523
- // ignore: literal_only_boolean_expressions, https://github.com/dart-lang/linter/issues/453
524
523
while (true ) {
525
524
var exhaustedCount = 0 ;
526
525
for (final i in iterators) {
You can’t perform that action at this time.
0 commit comments