claudetech/ruby-simple-api-auth

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
Documentation:
  Enabled: false
Style/FileName:
  Enabled: false

Metrics/LineLength:
  Max: 100

AllCops:
  Exclude:
    - 'db/**/*'
    - 'config/**/*'
    - 'bin/**/*'
    - 'Guardfile'