Pattern: Malformed spacing around begin body
Issue: -
This rule checks if empty lines exist around the bodies of begin-end blocks.
# good
begin
...
end
# bad
begin
...
end
Pattern: Malformed spacing around begin body
Issue: -
This rule checks if empty lines exist around the bodies of begin-end blocks.
# good
begin
...
end
# bad
begin
...
end