1
0
Fork 0
mirror of https://github.com/middleman/middleman.git synced 2022-11-09 12:20:27 -05:00
middleman--middleman/.rubocop.yml

27 lines
505 B
YAML
Raw Normal View History

AllCops:
Include:
- Rakefile
2013-12-28 13:13:44 -05:00
- Gemfile
- config.ru
2013-12-28 13:13:44 -05:00
- gem_rake_helper.rb
Exclude:
- script/**
- vendor/**
- bin/**
- middleman-core/lib/vendored-middleman-deps/**
- middleman-core/bin/**
- middleman-core/fixtures/**
- middleman-core/features/**
- middleman-core/spec/**
LineLength:
Enabled: false
MethodLength:
Enabled: false
ClassLength:
Enabled: false
Documentation:
Enabled: false
Encoding:
Enabled: false
HashSyntax:
EnforcedStyle: ruby19