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
Additional Context
No response
Description
This is follow up from #107.
There was an ask to remove the
unnecessary_await_in_returnlint. 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
unnecessary_await_in_returnlint has been deprecated by the Dart teamunnecessary_await_in_returnlint has been removed from Very Good AnalysisAdditional Context
No response