anicholson/pain

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
AllCops:
  Exclude:
    - spec/**
    - pain.gemspec
  NewCops: enable

Documentation:
  Enabled: false

MethodLength:
  Max: 15