middleman/.rubocop.yml

28 lines
560 B
YAML
Raw Normal View History

AllCops:
Includes:
- Rakefile
2013-12-28 19:13:44 +01:00
- Gemfile
- config.ru
2013-12-28 19:13:44 +01:00
- gem_rake_helper.rb
Excludes:
- script/**
- vendor/**
- bin/**
- middleman-core/lib/vendored-middleman-deps/**
- middleman-core/bin/**
- middleman-core/fixtures/**
- middleman-core/features/**
- middleman-core/spec/**
2014-03-25 14:09:54 +01:00
- middleman-templates/lib/middleman-templates/**
LineLength:
Enabled: false
MethodLength:
Enabled: false
ClassLength:
Enabled: false
Documentation:
Enabled: false
Encoding:
Enabled: false
HashSyntax:
EnforcedStyle: ruby19