Sha256: 6e2fece772e2bde95b33b12c599329e44886622b63dc8c4e759da674c0ae5fa9

Contents?: true

Size: 321 Bytes

Versions: 2

Compression:

Stored size: 321 Bytes

Contents

require:
  - rubocop-rake
  - rubocop-rspec
AllCops:
  NewCops: enable
  TargetRubyVersion: 3.1

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 120

Style/Documentation:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
shatter-rb-0.0.2 .rubocop.yml
shatter-rb-0.0.1 .rubocop.yml