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
some tasks ended with error:
ERROR: Failed to query remote execution capabilities: UNAUTHENTICATED: no authentication metadata found
not sure what that mean..
@mhosna thanks for the report & fix, the unauthenticated error was unrelated to your work, I was making some changes to our CI infrastructure and things were temporarily broken.
New Issue Checklist
Describe the bug
let can not be removed from "async let _ = await foo()" because removing it produces invalid swift syntax
Produces:
Redundant Discardable Let Violation: Prefer `_ = foo()` over `let _ = foo()` when discarding a result from a function. (redundant_discardable_let)
Environment
Example for RedundantDiscardableLetRule test case:
Fix:
The text was updated successfully, but these errors were encountered: