rubocop-hq/rubocop

View on GitHub
lib/rubocop/cop/style/trivial_accessors.rb

Summary

Maintainability
A
2 hrs
Test Coverage
A
100%

Class TrivialAccessors has 22 methods (exceeds 20 allowed). Consider refactoring.
Open

      class TrivialAccessors < Base
        include AllowedMethods
        extend AutoCorrector

        MSG = 'Use `attr_%<kind>s` to define trivial %<kind>s methods.'
Severity: Minor
Found in lib/rubocop/cop/style/trivial_accessors.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status