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
Hello. Is there any progress here?
I has the same issue. Swiftlint version is 0.10.0. For example: CGRectContainsPoint(frame, point)
gets autocorrected to: frame.contains(point: point)
where Extraneous argument label 'point:' in call
CGRectContainsRect(area, point)
gets autocorrected to:
area.contains(point: point)
the
point:
is extraneousThe text was updated successfully, but these errors were encountered: