Sha256: c28aab2b4a31be9ede06df5d8473f89a2b30fc2b494e0103361b4d9eb1bf2b66

Contents?: true

Size: 413 Bytes

Versions: 4

Compression:

Stored size: 413 Bytes

Contents

require:
  - standard
  - rubocop-rspec
  - rubocop-rake

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/MultipleExpectations:
  Enabled: false

RSpec/NestedGroups:
  Max: 5

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
head_music-7.0.5 .rubocop.yml
head_music-7.0.4 .rubocop.yml
head_music-7.0.3 .rubocop.yml
head_music-7.0.2 .rubocop.yml