Sha256: f49238c34f153f1ba971bd0dc6add9050d2bf1d455d9c0b7d6215dafbdb7153c

Contents?: true

Size: 307 Bytes

Versions: 2

Compression:

Stored size: 307 Bytes

Contents

AllCops:
  TargetRubyVersion: 3.1
  NewCops: enable

Metrics/MethodLength:
  Max: 15

Style/StringLiterals:
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  EnforcedStyle: double_quotes

Layout/LineLength:
  Exclude:
    - wands.gemspec

require:
  - rubocop-minitest
  - rubocop-rake

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
wands-0.2.0 .rubocop.yml
wands-0.1.0 .rubocop.yml