Sha256: 0c92b2fefaf47fe7c2437e2b6c9bcba33ec2a05ea25e3feeea42ff090eeef849

Contents?: true

Size: 388 Bytes

Versions: 2

Compression:

Stored size: 388 Bytes

Contents

require:
  - rubocop-rake
  - rubocop-rspec
AllCops:
  NewCops: enable
  TargetRubyVersion: 3.1
  Exclude:
    - vendor/bundle/**/*
    - exe/**/*
    - Guardfile

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.1.1 .rubocop.yml
shatter-rb-0.1.0 .rubocop.yml