Sha256: a7f3faa2625c826c1a592283ade0e800c571d0be538522e0c4916a06eb01298c

Contents?: true

Size: 556 Bytes

Versions: 3

Compression:

Stored size: 556 Bytes

Contents

---
require: rubocop-rspec

AllCops:
  RSpec:
    Patterns:
    - _spec.rb
    - "(?:^|/)spec/"

Layout/MultilineBlockLayout:
  Exclude:
    - 'spec/**/*'

Naming/PredicateName:
  Exclude:
    - spec/**/*

Style/BlockDelimiters:
  Exclude:
    - 'spec/**/*'

Layout/BlockEndNewline:
  Exclude:
    - 'spec/**/*'

RSpec/ExampleWording:
  CustomTransform:
    be: is
    have: has
    not: does not
    NOT: does NOT
  IgnoredWords:
    - only

RSpec/FilePath:
  Enabled: false

RSpec/InstanceVariable:
  Enabled: false

RSpec/DescribeClass:
  Enabled: true

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
niftany-0.1.0 niftany_rubocop_rspec.yml
niftany-0.0.2 niftany_rubocop_rspec.yml
niftany-0.0.1 niftany_rubocop_rspec.yml