Pattern: Extra blank line
Issue: -
This rule checks for two or more consecutive blank lines.
# bad
some_method
some_method
# good
some_method
some_method
Pattern: Extra blank line
Issue: -
This rule checks for two or more consecutive blank lines.
# bad
some_method
some_method
# good
some_method
some_method