af83/chouette-core

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
require:
  - rubocop-rails

Metrics/ClassLength:
  Max: 200

Metrics/BlockLength:
  AllowedMethods: ['describe', 'context']

Rails/SkipsModelValidations:
  Exclude:
    - 'spec/**/*.rb'