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

false positive with empty_parentheses_with_trailing_closure #1021

Closed
BluMist opened this issue Dec 21, 2016 · 3 comments
Closed

false positive with empty_parentheses_with_trailing_closure #1021

BluMist opened this issue Dec 21, 2016 · 3 comments
Labels

Comments

@BluMist
Copy link

BluMist commented Dec 21, 2016

@marcelofabri

UIView.animateWithDuration(0.3, animations: {
    self.disableInteractionRightView.alpha = 0
}, completion: { _ in
    ()
})
@marcelofabri
Copy link
Collaborator

@BluMist I was able to reproduce it, thanks for reporting!

@marcelofabri
Copy link
Collaborator

@BluMist can you try #1022 to see if it solves the issue for you?

@BluMist
Copy link
Author

BluMist commented Dec 21, 2016

confirming I can no longer produce false positives with #1022 locally
thanks for the quick fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants