You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…nment` set to start_of_line.
Add spec for if/else in assignment on newline with end alignment set to start of line
Check line_break_before_keyword? for both variable & start_of_line
Update changelog (fixing Siggy's handle)
Co-Authored-By: Max Helmetag <max.helmetag@procore.com>
Co-Authored-By: Michael Siegfried <michael@procore.com>
See the third
good
example under thestart_of_line
section in the docs:https://www.rubydoc.info/gems/rubocop/RuboCop/Cop/Layout/EndAlignment
Copied here for posterity:
Expected behavior
This passes
Actual behavior
It errors with:
but this passes:
Steps to reproduce the problem
with the following in your config:
run rubocop on a file containing this:
RuboCop version
The text was updated successfully, but these errors were encountered: