Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Remove unnecessary_await_in_return #127

Open
4 tasks
tomarra opened this issue Dec 10, 2024 · 0 comments
Open
4 tasks

feat: Remove unnecessary_await_in_return #127

tomarra opened this issue Dec 10, 2024 · 0 comments
Labels
feature A new feature or request p2 Important issues not at the top of the work list

Comments

@tomarra
Copy link
Contributor

tomarra commented Dec 10, 2024

Description

This is follow up from #107.

There was an ask to remove the unnecessary_await_in_return lint. Upon doing research into this it seems like the Dart team has not actually deprecated that lint just yet so we're holding off until that happens to remove it.

This ticket should be in the backlog until we see that get deprecated and then pull it in to the next release.

Requirements

  • The unnecessary_await_in_return lint has been deprecated by the Dart team
  • The unnecessary_await_in_return lint has been removed from Very Good Analysis
  • All CI/CD checks are passing.
  • There is no drop in the test coverage percentage.

Additional Context

No response

@tomarra tomarra added feature A new feature or request p2 Important issues not at the top of the work list labels Dec 10, 2024
@tomarra tomarra moved this from Needs Triage to Backlog in VGV Open Source 🦄 🧙🌟 Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new feature or request p2 Important issues not at the top of the work list
Projects
Status: Backlog
Development

No branches or pull requests

1 participant