Sha256: e39fdc92fa21b0db8197754837635ac26cf6334a357cee7b6f85c0e237ffac7c

Contents?: true

Size: 837 Bytes

Versions: 8

Compression:

Stored size: 837 Bytes

Contents

---
inherit_from: .rubocop_todo.yml

require:
  - rubocop-performance
  - rubocop-rake
  - rubocop-rspec

AllCops:
  NewCops: enable

Layout/ArgumentAlignment:
  Enabled: false

Layout/LineLength:
  Exclude:
    - acceptance/**/*.rb
    - spec/**/*.rb

Layout:
  Enabled: false

Metrics:
  Enabled: false

Style:
  Enabled: false

Naming/AccessorMethodName:
  Enabled: false

Naming/FileName:
  Exclude:
    - acceptance/**/acceptance-options.rb

Naming/MethodParameterName:
  Enabled: false

Naming/PredicateName:
  Enabled: false

Naming/VariableNumber:
  Enabled: false

RSpec/DescribeClass:
  Exclude:
    - acceptance/fixtures/module/spec/**/*.rb

RSpec/FilePath:
  Enabled: false

RSpec/MessageSpies:
  Enabled: false

RSpec/StubbedMock:
  Enabled: false

RSpec/MultipleExpectations:
  Enabled: false

RSpec/NestedGroups:
  Max: 4

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
beaker-4.42.0 .rubocop.yml
beaker-4.41.2 .rubocop.yml
beaker-4.41.1 .rubocop.yml
beaker-4.41.0 .rubocop.yml
beaker-4.40.2 .rubocop.yml
beaker-4.40.1 .rubocop.yml
beaker-4.40.0 .rubocop.yml
beaker-4.39.0 .rubocop.yml