File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -11,16 +11,12 @@ analyzer:
11
11
# These are necessary for matching the JS API.
12
12
avoid_types_as_parameter_names : ignore
13
13
14
- # This has tons of false positives for StreamSubscription.close().
15
- unawaited_futures : ignore
16
-
17
14
# These are style preferences rather than potential semantic issues. While
18
15
# we're not intrinsically opposed to adopting them for consistency with the
19
16
# Dart ecosystem, there aren't currently any automated tools to help us
20
17
# migrate to and remain consistent with these style rules, so achieving
21
18
# consistency isn't worth the engineering time we'd spend getting there.
22
19
annotate_overrides : ignore
23
- prefer_single_quotes : ignore
24
20
use_function_type_syntax_for_parameters : ignore
25
21
26
22
include : package:lints/recommended.yaml
You can’t perform that action at this time.
0 commit comments