24 lines
354 B
YAML
24 lines
354 B
YAML
|
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
|