From a406df320080bf31e32cb181136928793cb5d37b Mon Sep 17 00:00:00 2001 From: xengineering Date: Fri, 3 Apr 2026 19:49:29 +0200 Subject: Add *_futures to analysis_options.yaml These options should avoid making typical mistakes in asynchronous code. --- 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 c8ed5db..c7d3757 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -8,3 +8,5 @@ linter: prefer_final_fields: true avoid_dynamic_calls: true unnecessary_null_checks: true + unawaited_futures: true + discarded_futures: true -- cgit v1.3