-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
No cop checking for indentation of parameters? #2173
Comments
Ping @jonas054 :-) |
Thanks for the reminder. 😄 Well, first of all, they should of course be aligned. We should add that check to the duties of About the parentheses, we're already checking in |
…method definitions The same 2 styles which AlignParameters already supports are applied in just the same way to method definitions as to calls.
[Fix #2173] `Style/AlignParameters` also checks parameters on method defintions
Checked on the latest master of RuboCop (0f260a6), this file produces no warnings:
The indentation is clearly wrong, but what would be the correct indentation?
The text was updated successfully, but these errors were encountered: