Skip to content

Commit 19ef66f

Browse files
committed
Remove useless ignore rules
Those rules are not part of lints/recommended, but were not cleaned when migrating from pedantic.
1 parent 8480259 commit 19ef66f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

analysis/lib/analysis_options.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,12 @@ analyzer:
1111
# These are necessary for matching the JS API.
1212
avoid_types_as_parameter_names: ignore
1313

14-
# This has tons of false positives for StreamSubscription.close().
15-
unawaited_futures: ignore
16-
1714
# These are style preferences rather than potential semantic issues. While
1815
# we're not intrinsically opposed to adopting them for consistency with the
1916
# Dart ecosystem, there aren't currently any automated tools to help us
2017
# migrate to and remain consistent with these style rules, so achieving
2118
# consistency isn't worth the engineering time we'd spend getting there.
2219
annotate_overrides: ignore
23-
prefer_single_quotes: ignore
2420
use_function_type_syntax_for_parameters: ignore
2521

2622
include: package:lints/recommended.yaml

0 commit comments

Comments
 (0)