rubocop-hq/rubocop

View on GitHub
lib/rubocop/cop/layout/empty_line_between_defs.rb

Summary

Maintainability
A
3 hrs
Test Coverage
A
98%

Class EmptyLineBetweenDefs has 26 methods (exceeds 20 allowed). Consider refactoring.
Open

      class EmptyLineBetweenDefs < Base
        include RangeHelp
        extend AutoCorrector

        MSG = 'Expected %<expected>s between %<type>s definitions; found %<actual>d.'
Severity: Minor
Found in lib/rubocop/cop/layout/empty_line_between_defs.rb - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status