thecodechef/grease

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage

AllCops:
  Enabled: true
  Exclude:
    - 'spec/**/*.rb'
    - 'test/**/*.rb'
    - 'features/**/*.rb'