Sha256: b33b338cb561b13646c9cdbed0e5df5569df2fa26dad179bd6c92afe38d209e3

Contents?: true

Size: 620 Bytes

Versions: 8

Compression:

Stored size: 620 Bytes

Contents

---
require: rubocop-rspec

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

RSpec/ExampleLength:
  Enabled:
    false

RSpec/MultipleExpectations:
  Enabled:
    false

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
psu_identity-0.6.1 .niftany/niftany_rubocop_rspec.yml
psu_identity-0.6.0 .niftany/niftany_rubocop_rspec.yml
psu_identity-0.5.1 .niftany/niftany_rubocop_rspec.yml
psu_identity-0.5.0 .niftany/niftany_rubocop_rspec.yml
niftany-0.10.1 niftany_rubocop_rspec.yml
psu_identity-0.4.0 .niftany/niftany_rubocop_rspec.yml
psu_identity-0.3.0 .niftany/niftany_rubocop_rspec.yml
psu_identity-0.2.0 .niftany/niftany_rubocop_rspec.yml