Sha256: bb69f0f823110c2466a0de84387daac9dcaf334da34389c429e31c12c1e15570

Contents?: true

Size: 323 Bytes

Versions: 8

Compression:

Stored size: 323 Bytes

Contents

require:
  - standard
  - rubocop-rspec
  - rubocop-performance

inherit_gem:
  standard: config/base.yml

AllCops:
  TargetRubyVersion: 3.2
  NewCops: enable

RSpec:
  Enabled: true # enable rubocop-rspec cops

RSpec/ExampleLength:
  Max: 30

RSpec/MultipleExpectations:
  Max: 5

RSpec/MultipleMemoizedHelpers:
  Max: 10

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
backy_rb-0.2.1 .rubocop.yml
backy_rb-0.2.0 .rubocop.yml
backy_rb-0.1.8 .rubocop.yml
backy_rb-0.1.7 .rubocop.yml
backy_rb-0.1.6 .rubocop.yml
backy_rb-0.1.5 .rubocop.yml
backy_rb-0.1.4 .rubocop.yml
backy_rb-0.1.3 .rubocop.yml