inflecto/config/rubocop.yml

8 lines
114 B
YAML

AllCops:
Exclude:
- 'lib/**/*'
- 'spec/**/*'
- 'Gemfile'
- 'Guardfile'
- 'inflecto.gemspec'