diff options
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 |