mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
0656cd6a31
Since rubycop v0.20.0 'AllCops/Excludes' and 'AllCops/Includes' where renamed to 'AllCops/Exclude' and 'AllCops/Include'
27 lines
No EOL
505 B
YAML
27 lines
No EOL
505 B
YAML
AllCops:
|
|
Include:
|
|
- Rakefile
|
|
- Gemfile
|
|
- config.ru
|
|
- 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 |