Sha256: cc5985c641f92e0fe296f7e5206a936ef066b39b37d408a81be818a221a948a3

Contents?: true

Size: 592 Bytes

Versions: 3

Compression:

Stored size: 592 Bytes

Contents

inherit_from:
  - ../conf/rubocop_without_rspec.yml

require: salsify_rubocop

RSpec/DescribeClass:
  Enabled: false

RSpec/DescribedClass:
  Enabled: false

RSpec/DescribeMethod:
  Enabled: false

RSpec/ExampleLength:
  Enabled: false

# See https://github.com/backus/rubocop-rspec/issues/198
RSpec/ExpectActual:
  Exclude:
  - 'spec/routing/**/*'

RSpec/InstanceVariable:
  Enabled: false

RSpec/LeadingSubject:
  Enabled: false

RSpec/LetSetup:
  Enabled: false

RSpec/MessageExpectation:
  Enabled: true

RSpec/MultipleExpectations:
  Enabled: false

RSpec/NestedGroups:
  Enabled: false

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
salsify_rubocop-0.46.0 conf/rubocop.yml
salsify_rubocop-0.45.0 conf/rubocop.yml
salsify_rubocop-0.45.0.rc0 conf/rubocop.yml