You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update goldenTest so that discarded_futures is gone
Description
Linter keeps complaining `discarded_futures` issue. I think `discarded_futures` is a very important rule and should not be added to project-wide ignored rules.
Reasoning
If goldenTest is not to be awaited, maybe we can return void?
Additional context and comments
No response
The text was updated successfully, but these errors were encountered:
Is there an existing feature request for this?
Command
Update
goldenTest
so thatdiscarded_futures
is goneDescription
Linter keeps complaining `discarded_futures` issue. I think `discarded_futures` is a very important rule and should not be added to project-wide ignored rules.Reasoning
If
goldenTest
is not to be awaited, maybe we can return void?Additional context and comments
No response
The text was updated successfully, but these errors were encountered: