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
I have a warning: Large Tuple Violation: Tuples should have at most 2 members. (large_tuple)
on this: func getDictionaryAndInt() -> (Dictionary<Int, String>, Int)?
But there are only 2 members in the tuple.
swiftlint version: 0.16.1
The text was updated successfully, but these errors were encountered:
I have a warning: Large Tuple Violation: Tuples should have at most 2 members. (large_tuple)
on this:
func getDictionaryAndInt() -> (Dictionary<Int, String>, Int)?
But there are only 2 members in the tuple.
swiftlint version: 0.16.1
The text was updated successfully, but these errors were encountered: