Skip to content

feat: add async_return_with_no_await rule - #231

Merged
marcossevilla merged 3 commits into
mainfrom
vgv-ai-bot/issue-222
Aug 17, 2026
Merged

feat: add async_return_with_no_await rule#231
marcossevilla merged 3 commits into
mainfrom
vgv-ai-bot/issue-222

Conversation

@unicoderbot

@unicoderbot unicoderbot Bot commented Aug 14, 2026

Copy link
Copy Markdown
Contributor

Summary

Enables the async_return_with_no_await lint rule introduced in Dart 3.13, which warns when an async function returns a value without using await.

Changes

  • Added async_return_with_no_await to analysis_options.11.0.0.yaml
  • Removed async_return_with_no_await from the exclusion list in exclusion_reasons.json and README.md

Ref: https://dart.dev/tools/diagnostics/async_return_with_no_await

Closes #222

Closes #222

Co-authored-by: marcossevilla <marcossevilla@users.noreply.github.com>
@marcossevilla
marcossevilla merged commit 8c90ca8 into main Aug 17, 2026
6 checks passed
@marcossevilla
marcossevilla deleted the vgv-ai-bot/issue-222 branch August 17, 2026 12:48
@vgvbot vgvbot mentioned this pull request Aug 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Development

Successfully merging this pull request may close these issues.

feat: add async_return_with_no_await rule

1 participant