jacoblockard99/middlegem

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
AllCops:
  NewCops: enable
Layout/LineLength:
  Max: 120
Style/GuardClause:
  Enabled: false
Metrics/BlockLength:
  Exclude:
    - 'spec/**/*.rb'
require:
  - rubocop-rspec