Sha256: d42cea24528f274bf943c8d67601fef1bec9047af52511f42b549ab372226751

Contents?: true

Size: 337 Bytes

Versions: 2

Compression:

Stored size: 337 Bytes

Contents

AllCops:
  TargetRubyVersion: 3.1.0
  SuggestExtensions: false
  NewCops: enable

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 120
Metrics/MethodLength:
  Max: 20
Style/Documentation:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
spaced-0.3.1 .rubocop.yml
spaced-0.3.0 .rubocop.yml