Sha256: edf4230f7cf274844b6821b7061170066682e3ed6d1e072d8a29ddb781ca0c92

Contents?: true

Size: 596 Bytes

Versions: 5

Compression:

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

RSpec/BeforeAfterAll:
  Enabled: false

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
niftany-0.5.1 niftany_rubocop_rspec.yml
niftany-0.5.0 niftany_rubocop_rspec.yml
niftany-0.4.0 niftany_rubocop_rspec.yml
niftany-0.3.0 niftany_rubocop_rspec.yml
niftany-0.2.0 niftany_rubocop_rspec.yml