Sha256: 054bfedf32d906b88cab6106dc848cbf17d26cab041e3b93c759e815fdc0b7a0

Contents?: true

Size: 384 Bytes

Versions: 1

Compression:

Stored size: 384 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

RSpec/FilePath:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
head_music-0.29.0 .rubocop.yml