Commit 546fa165 authored by Sean McGivern's avatar Sean McGivern

Merge branch '25741_enable_multiline_operation_indentation_rubocop_rule' into 'master'

Enable Style/MultilineOperationIndentation in Rubocop

Fixes #25741

See merge request !8125
parents e47989a5 170efaab
......@@ -292,7 +292,8 @@ Style/MultilineMethodDefinitionBraceLayout:
# Checks indentation of binary operations that span more than one line.
Style/MultilineOperationIndentation:
Enabled: false
Enabled: true
EnforcedStyle: indented
# Avoid multi-line `? :` (the ternary operator), use if/unless instead.
Style/MultilineTernaryOperator:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment