dudemcbacon/goodwill

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
AllCops:
  NewCops: enable

Layout/LineLength:
  Max: 150

Metrics/AbcSize:
  Max: 30

Metrics/BlockLength:
  Max: 200

Metrics/MethodLength:
  Max: 20

Style/Documentation:
  Enabled: false