middleman-deploy/.rubocop.yml
Karl Freeman 86f76b2a53 tidy up
2015-08-16 19:06:10 +01:00

12 lines
177 B
YAML

AllCops:
Include:
- 'Gemfile'
Exclude:
- 'script/**/*'
- 'vendor/**/*'
- 'bin/**/*'
Documentation:
Enabled: false
ClassAndModuleChildren:
Enabled: false