1
0
зеркало из https://github.com/glebtv/yookassa.git synced 2026-09-07 11:25:51 +03:00
Этот коммит содержится в:
Ivan Shamatov
2021-10-28 20:15:08 +03:00
родитель 847c90bb6c
Коммит e6a7b5cb7f
23 изменённых файлов: 254 добавлений и 138 удалений

Просмотреть файл

@@ -1,13 +1,20 @@
AllCops:
TargetRubyVersion: 2.5
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:
Exclude:
- 'spec/**/*.rb'
Metrics/LineLength:
Max: 100
Naming/FileName:
Exclude:
- 'lib/*.rb'
IgnoredMethods: ['describe', 'context', 'shared_examples']