Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: legacy_cggeometry_functions autocorrect generates extraneous argument label #643

Closed
BluMist opened this issue Apr 28, 2016 · 1 comment · Fixed by #690
Closed

bug: legacy_cggeometry_functions autocorrect generates extraneous argument label #643

BluMist opened this issue Apr 28, 2016 · 1 comment · Fixed by #690
Labels
bug Unexpected and reproducible misbehavior.

Comments

@BluMist
Copy link

BluMist commented Apr 28, 2016

CGRectContainsRect(area, point)
gets autocorrected to:
area.contains(point: point)
the point: is extraneous

@BluMist BluMist changed the title legacy_cggeometry_functions autocorrect generates extraneous argument label bug: legacy_cggeometry_functions autocorrect generates extraneous argument label Apr 28, 2016
@AviSergey
Copy link

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

@jpsim jpsim added the bug Unexpected and reproducible misbehavior. label Jun 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Unexpected and reproducible misbehavior.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants