Sha256: 22d8817c45c0df69af78fda40031358e60871ecc16f6bb25feb33d4b9a75e521

Contents?: true

Size: 404 Bytes

Versions: 5

Compression:

Stored size: 404 Bytes

Contents

inherit_from: .rubocop_todo.yml
require: rubocop-rspec

# Configuration parameters: AllowURI, URISchemes.
Metrics/LineLength:
  Max: 200

RSpec/ContextWording:
  Enabled: false # too dogmatic

RSpec/ExampleLength:
  Max: 25

# we like 'expect(x).to receive' better than 'have_received'
RSpec/MessageSpies:
  Enabled: false

RSpec/MultipleExpectations:
  Max: 5

RSpec/NestedGroups:
  Max: 4 # default: 3

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
assembly-objectfile-1.8.3 .rubocop.yml
assembly-objectfile-1.8.2 .rubocop.yml
assembly-objectfile-1.8.1 .rubocop.yml
assembly-objectfile-1.8.0 .rubocop.yml
assembly-objectfile-1.7.2 .rubocop.yml