From 026d5e63a7f5a1137eceb987dcd3269348ac9ef5 Mon Sep 17 00:00:00 2001 From: uvok Date: Thu, 31 Jul 2025 14:56:29 +0200 Subject: Add async linting --- analysis_options.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'analysis_options.yaml') diff --git a/analysis_options.yaml b/analysis_options.yaml index 0d29021..9097e22 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -21,6 +21,8 @@ linter: # `// ignore_for_file: name_of_lint` syntax on the line or in the file # producing the lint. rules: + discarded_futures: true + unawaited_futures: true # avoid_print: false # Uncomment to disable the `avoid_print` rule # prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule -- cgit v1.2.3