rubocop-hq/rubocop

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

Summary

Maintainability
A
1 hr
Test Coverage
A
96%

Method compact_offenses has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

        def compact_offenses(node, left, right, start_ok, end_ok)
Severity: Minor
Found in lib/rubocop/cop/layout/space_inside_array_literal_brackets.rb - About 35 mins to fix

    Method issue_offenses has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

            def issue_offenses(node, left, right, start_ok, end_ok)
    Severity: Minor
    Found in lib/rubocop/cop/layout/space_inside_array_literal_brackets.rb - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status