Pattern: Malformed indentation of multi-line operation
Issue: -
This rule checks the indentation of the right hand side operand in binary operations that span more than one line.
# bad
if a +
b
something
end
# good
if a +
b
something
end
Attribute | Value |
---|---|
EnforcedStyle | aligned |
SupportedStyles | aligned, indented |
IndentationWidth |