2016-01-31 11:33:59 -05:00
|
|
|
Rails:
|
|
|
|
Enabled: true
|
|
|
|
|
|
|
|
AllCops:
|
|
|
|
Exclude:
|
|
|
|
- bin/*
|
|
|
|
|
|
|
|
Metrics/LineLength:
|
|
|
|
Max: 120
|
|
|
|
|
|
|
|
Style/Documentation:
|
|
|
|
Enabled: false
|
|
|
|
|
|
|
|
Style/StringLiterals:
|
|
|
|
EnforcedStyle: double_quotes
|
2021-01-06 10:54:17 +02:00
|
|
|
|
|
|
|
Layout/AlignParameters:
|
|
|
|
EnforcedStyle: with_fixed_indentation
|