unageanu/jiji2

View on GitHub
config/rubocop/spec.yml

Summary

Maintainability
Test Coverage
inherit_from:
  - ./base.yml

Metrics/AbcSize:
  Max: 60

Metrics/ClassLength:
  Max: 300

Metrics/MethodLength:
  Max: 50

Metrics/BlockLength:
  Max: 1000