зеркало из
https://github.com/glebtv/yookassa.git
synced 2026-08-28 15:16:18 +03:00
21 строка
360 B
YAML
21 строка
360 B
YAML
AllCops:
|
|
TargetRubyVersion: 2.6
|
|
NewCops: enable
|
|
|
|
Style/StringLiterals:
|
|
Enabled: true
|
|
EnforcedStyle: double_quotes
|
|
|
|
Style/StringLiteralsInInterpolation:
|
|
Enabled: true
|
|
EnforcedStyle: double_quotes
|
|
|
|
Style/Documentation:
|
|
Enabled: false
|
|
|
|
Layout/LineLength:
|
|
Max: 150
|
|
|
|
Metrics/BlockLength:
|
|
AllowedMethods: ['describe', 'context', 'shared_examples']
|