Sha256: 334ab8b61ce90df8864858ee362da8f8ca93ee11fe98a5341e9252a448696ee1

Contents?: true

Size: 622 Bytes

Versions: 4

Compression:

Stored size: 622 Bytes

Contents

require:
  - rubocop-rspec

inherit_from: .rubocop.yml

RSpec/NamedSubject:
  Enabled: false # Increase spec writing complexity

RSpec/ExampleLength:
  Enabled: false # Exemple length is an unreliable metric.

RSpec/MultipleExpectations:
  Enabled: false # Exemple count is an unreliable metric.

RSpec/MessageSpies:
  Enabled: false # Induces unnecessary repetition in the expectation

RSpec/StubbedMock:
  Enabled: false # StubbedMock semantics are different

RSpec/SubjectStub:
  Enabled: false # RSpec/SubjectStub is an accepted pattern

RSpec/VerifiedDoubles:
  Enabled: false # double have a more practical interface

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
getaround-rubocop-0.2.7 .rubocop-rspec.yml
getaround-rubocop-0.2.6 .rubocop-rspec.yml
getaround-rubocop-0.2.5 .rubocop-rspec.yml
getaround-rubocop-0.2.4 .rubocop-rspec.yml