Sha256: 0219a7f0f15823d1b1a4e46d49f6cd640857214bb342287e7428bcde64e57631

Contents?: true

Size: 358 Bytes

Versions: 1

Compression:

Stored size: 358 Bytes

Contents

AllCops:
  TargetRubyVersion: 3.2.0
  NewCops: enable

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 120
Metrics/MethodLength:
  Max: 20
Metrics/BlockLength:
  Exclude:
    - test/**/*
Style/Documentation:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
spaced-0.6.0 .rubocop.yml