-
Notifications
You must be signed in to change notification settings - Fork 993
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
Fixes #37425 - Fix Layout/ArgumentAlignment cop #10051
Conversation
f83e59a
to
569140b
Compare
569140b
to
1a548a4
Compare
1a548a4
to
961d243
Compare
961d243
to
6fdacb1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
theforeman-rubocop has the following style (https://github.com/theforeman/theforeman-rubocop/blob/a4e936fe00d4b839dc027b939f7d364b14faecd2/rules/style.yml#L4-L6):
Layout/ArgumentAlignment:
EnforcedStyle: with_fixed_indentation
IndentationWidth: 2
It would be good to copy this over to .rubocop.yml
so no new violations are introduced before we upgrade. Then when we do upgrade, we can drop the config again.
Otherwise 👍 if you create a Redmine issue.
3098216
to
55e2d13
Compare
Resolved alignment inconsistencies flagged by the Layout/ArgumentAlignment cop across multiple files.