middleman-deploy/.rubocop.yml

24 lines
354 B
YAML
Raw Normal View History

2014-05-29 11:57:30 +02:00
AllCops:
Include:
- Rakefile
- Gemfile
Exclude:
- script/**/*
- vendor/**/*
- bin/**/*
LineLength:
Enabled: false
MethodLength:
Enabled: false
ClassLength:
Enabled: false
Documentation:
Enabled: false
Encoding:
Enabled: false
Blocks:
Enabled: false
AlignParameters:
Enabled: false
HashSyntax:
EnforcedStyle: ruby19