14 строки
192 B
YAML
14 строки
192 B
YAML
|
LineLength:
|
||
|
Max: 300
|
||
|
|
||
|
Style/AlignParameters:
|
||
|
Exclude:
|
||
|
- '**/metadata.rb'
|
||
|
|
||
|
Style/SingleSpaceBeforeFirstArg:
|
||
|
Exclude:
|
||
|
- '**/metadata.rb'
|
||
|
|
||
|
HashSyntax:
|
||
|
EnforcedStyle: hash_rockets
|