Skip to content

Commit

Permalink
lint: Enable unawaited_futures
Browse files Browse the repository at this point in the history
Fixes-partly: zulip#731

Signed-off-by: Zixuan James Li <[email protected]>
  • Loading branch information
PIG208 authored and gnprice committed Oct 12, 2024
1 parent 193a56c commit 3c0ed49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ linter:
no_literal_bool_comparisons: true
prefer_relative_imports: true
unnecessary_statements: true
unawaited_futures: true

0 comments on commit 3c0ed49

Please sign in to comment.