eldr-rb/eldr-assets

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
inherit_from: .rubocop_todo.yml

Style/AndOr:
  Enabled: false

Metrics/AbcSize:
  Max: 40

Metrics/MethodLength:
  Max: 20

Metrics/ClassLength:
  Max: 130

Metrics/LineLength:
  Max: 120

AllCops:
  Exclude:
    - 'spec/**/*'
    - 'Gemfile'
    - 'eldr-assets.gemspec'