-
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
Rule Request: Vertical Parameter Alignment #1033
Comments
Does this rule apply to closure argument args? Eg:
Produces: |
I'm not able to ignore this rule somehow. My config file is working (other rules like
Also, |
@shoumikhin no. @nicolasmiari-unext can you please file a new issue with specific steps to reproduce? Something along the lines of #368 (comment) |
There must be something wrong with my project; I created a new one (from single iOS/View Application) and can't reproduce... Will report back if I find something. My project's source files are divided into an app target and a framework target that the app depends on. The directory structure is:
(No workspace file) Somehow, the config file does not work with the sources under the |
When refactoring, it's often very easy to mess up the vertical alignment of parameters in function declarations and calls:
We could (easily?) have a correctable rule for this.
The text was updated successfully, but these errors were encountered: