middleman-deploy/.rubocop.yml

12 lines
177 B
YAML
Raw Permalink Normal View History

2014-05-29 11:57:30 +02:00
AllCops:
Include:
2015-08-16 20:06:10 +02:00
- 'Gemfile'
2014-05-29 11:57:30 +02:00
Exclude:
2015-08-16 20:06:10 +02:00
- 'script/**/*'
- 'vendor/**/*'
- 'bin/**/*'
2014-05-29 11:57:30 +02:00
Documentation:
Enabled: false
2015-08-16 20:06:10 +02:00
ClassAndModuleChildren:
2014-05-29 11:57:30 +02:00
Enabled: false