-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Migrate ClosureSpacingRule to SwiftSyntax #4092
Conversation
TODO: Implement corrections
337c168
to
b861ffe
Compare
I've reviewed all the OSSCheck results and the new violations introduced are all legitimate violations that we previously missed. The violations that were removed are all false positives in the sense that none of them are closures, even though if you have this rule enabled you probably also want to lint for these cases too, like for single-line function bodies or protocol |
Fixes #4090. Continued from #4091.
To do: