We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@marcelofabri
UIView.animateWithDuration(0.3, animations: { self.disableInteractionRightView.alpha = 0 }, completion: { _ in () })
The text was updated successfully, but these errors were encountered:
@BluMist I was able to reproduce it, thanks for reporting!
Sorry, something went wrong.
empty_parentheses_with_trailing_closure
@BluMist can you try #1022 to see if it solves the issue for you?
confirming I can no longer produce false positives with #1022 locally thanks for the quick fix!
No branches or pull requests
@marcelofabri
The text was updated successfully, but these errors were encountered: