1
0
зеркало из https://github.com/glebtv/yookassa.git synced 2026-08-28 15:16:18 +03:00
Files
yookassa/.rubocop.yml
2026-03-06 17:46:32 +03:00

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']