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
Assigning variables through a tuple pattern (sometimes referred to as a tuple shuffle) is only permitted if the left-hand side of the assignment is unlabeled.
Labels on the left-hand side closely resemble type annotations, and can lead to confusing code.
Provide several examples of what would and wouldn't trigger violations.
New Issue Checklist
Rule Request
the community thinks about this.
From Google's Swift Style Guide:
Just severity.
See README.md for guidelines on when to mark a
rule as opt-in.
Probably enabled by default, depends on oss-check.
The text was updated successfully, but these errors were encountered: