diff options
| author | xengineering <me@xengineering.eu> | 2026-04-03 19:49:29 +0200 |
|---|---|---|
| committer | xengineering <me@xengineering.eu> | 2026-04-03 21:42:08 +0200 |
| commit | a406df320080bf31e32cb181136928793cb5d37b (patch) | |
| tree | a60d7f4e1ff40febcdc3a8d355a2a02eed2f322a /analysis_options.yaml | |
| parent | 09c34e0f373d48f5993598c76fa176c8ed2fd4cd (diff) | |
| download | sia-app-a406df320080bf31e32cb181136928793cb5d37b.tar sia-app-a406df320080bf31e32cb181136928793cb5d37b.tar.zst sia-app-a406df320080bf31e32cb181136928793cb5d37b.zip | |
Add *_futures to analysis_options.yaml
These options should avoid making typical mistakes in asynchronous code.
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 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 |
