diff options
author | uvok | 2025-07-31 14:56:29 +0200 |
---|---|---|
committer | uvok | 2025-07-31 14:56:29 +0200 |
commit | 026d5e63a7f5a1137eceb987dcd3269348ac9ef5 (patch) | |
tree | d1510f6813983a73964a6f70faff2d2f35ba6dfa /analysis_options.yaml | |
parent | ac912d76d66e35008c48bce811f822b353141eb4 (diff) |
Add async linting
Diffstat (limited to 'analysis_options.yaml')
-rw-r--r-- | analysis_options.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |