Sha256: f6a32bf664c8ca4e492b0bd96e8d0e77375dd18b553c38ffa1ccf4b14d81e6d8

Contents?: true

Size: 350 Bytes

Versions: 9

Compression:

Stored size: 350 Bytes

Contents

require:
  - standard
  - rubocop-rspec

inherit_gem:
  standard: config/base.yml

AllCops:
  NewCops: enable
  Exclude:
    - public/**/*
    - vendor/**/*
  TargetRubyVersion: 3.1.4

RSpec:
  Enabled: true

RSpec/ContextWording:
  Prefixes:
    - when
    - with
    - without
    - given
    - and
    - for
    - by

RSpec/NestedGroups:
  Max: 4

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
head_music-6.0.0 .rubocop.yml
head_music-5.0.0 .rubocop.yml
head_music-4.0.1 .rubocop.yml
head_music-4.0.0 .rubocop.yml
head_music-3.0.1 .rubocop.yml
head_music-3.0.0 .rubocop.yml
head_music-2.0.1 .rubocop.yml
head_music-2.0.0 .rubocop.yml
head_music-1.0.0 .rubocop.yml