Skip to content

Commit fe606f9

Browse files
committed
lint: Enable unawaited_futures
Fixes-partly: #731 Signed-off-by: Zixuan James Li <[email protected]>
1 parent 751195c commit fe606f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

analysis_options.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ linter:
2525
no_literal_bool_comparisons: true
2626
prefer_relative_imports: true
2727
unnecessary_statements: true
28+
unawaited_futures: true

0 commit comments

Comments
 (0)