Pattern: Malformed spacing around class body
Issue: -
This rule checks if empty lines around the bodies of classes match the configuration.
EnforcedStyle: empty_lines
# good
class Foo
def bar
...
end
end
Attribute | Value |
---|---|
EnforcedStyle | no_empty_lines |
SupportedStyles | empty_lines, empty_lines_except_namespace, empty_lines_special, no_empty_lines |