roo-rb/roo-xls

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
AllCops:
  Include:
    - '**/Rakefile'
  Exclude:
    - 'spec/**/*'
Metrics/LineLength:
  Max: 99
Style/FileName:
  Enabled: false
Style/ModuleFunction:
  Enabled: false
Style/Encoding:
  Enabled: false
Documentation:
  Enabled: false
Metrics/MethodLength:
  Max: 15