Sha256: 7503b2e94066c2b4f919c04232dcdd0d591ad6556a6a687d399159fc6571ca63

Contents?: true

Size: 360 Bytes

Versions: 1

Compression:

Stored size: 360 Bytes

Contents

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:
  IgnoredMethods: ['describe', 'context', 'shared_examples']

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
yookassa-0.2.0 .rubocop.yml