Sha256: bc5d7d2c35e28978453f16a5cd8d091a8997d8291a67ffb19d3509af1aeb8202

Contents?: true

Size: 733 Bytes

Versions: 3

Compression:

Stored size: 733 Bytes

Contents

inherit_from: ../ruby/rubocop.yml

require: rubocop-rspec

Layout/LineLength:
  Enabled: false
Layout/SpaceInsideHashLiteralBraces:
  Enabled: false
Lint/AmbiguousBlockAssociation:
  Exclude:
    - spec/**/*
Metrics/BlockLength:
  Enabled: false
Metrics/ModuleLength:
  Enabled: false
RSpec/ContextWording:
  Enabled: false
RSpec/ExampleLength:
  Enabled: false
RSpec/MultipleExpectations:
  Enabled: false
RSpec/MultipleMemoizedHelpers:
  Max: 10
RSpec/NotToNot:
  EnforcedStyle: to_not
RSpec/NestedGroups:
  Enabled: false
RSpec/DescribeClass:
  Enabled: false
Style/BlockDelimiters:
  Enabled: false
Style/Documentation:
  Enabled: false
Style/SymbolProc:
  Exclude:
    - spec/factories/**/*.rb
Style/WordArray:
  Enabled: false

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
house_style-2.3.0 rspec/rubocop.yml
house_style-2.2.1 rspec/rubocop.yml
house_style-2.2.0 rspec/rubocop.yml