Sha256: 0619a95ab0f8d3e5a9765bac780f5384da60ee304fd0b4bf8c5567a1ca8ba071

Contents?: true

Size: 379 Bytes

Versions: 1

Compression:

Stored size: 379 Bytes

Contents

require:
  - rubocop-minitest
  - rubocop-rake

AllCops:
  Exclude:
    - 'vendor/bundle/**/*'
    - 'bin/**'
    - 'Rakefile'
    - 'toycol.gemspec'
  NewCops: enable
  TargetRubyVersion: 3.0

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 120

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
toycol-0.0.1 .rubocop.yml