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
This commit enables the Rubocop Layout/ElseAlignment cop. In some
instances (like Puppet::Pal::TaskSignature.runable_with? and
Puppet::Transaction::Report.initialize_from_hash), the new alignment
pushed code past the 80 character line length recommended by the Ruby
style guide and was reformatted to accomodate that.
0 commit comments