diff --git a/ruby/rubocop.yml b/ruby/rubocop.yml index c4fda9d..f3526ad 100644 --- a/ruby/rubocop.yml +++ b/ruby/rubocop.yml @@ -142,6 +142,9 @@ Style/AlignHash: # MultilineMethodCallBraceLayout: # EnforcedStyle: new_line +Layout/MultilineMethodCallIndentation: + EnforcedStyle: indented + # We prefer alias_method. This cop's documentation actually indicates that's # what it enforces, but it seems to behave exactly the opposite. Style/Alias: