Sha256: b5061c41b524758c88b0ca05c7f349f1d05199167d0f0bc43c46298047678f9e

Contents?: true

Size: 690 Bytes

Versions: 14

Compression:

Stored size: 690 Bytes

Contents

require: rubocop-rspec
inherit_from: .rubocop_todo.yml

AllCops:
  TargetRubyVersion: 2.5

Metrics/BlockLength:
  Exclude:
    - 'spec/**/*_spec.rb'
    - 'spec/dummy/db/schema.rb'
    - 'spec/support/shared_*/**/*.rb'
    - 'azeroth.gemspec'

RSpec/NestedGroups:
  Max: 4

RSpec/AlignLeftLetBrace:
  Enabled: true

Style/HashEachMethods:
  Enabled: true

Style/HashTransformKeys:
  Enabled: true

Style/HashTransformValues:
  Enabled: true

RSpec/ExampleLength:
  Exclude:
    - 'spec/integration/readme/**/*_spec.rb'
    - 'spec/integration/yard/**/*_spec.rb'

RSpec/MultipleExpectations:
  Exclude:
    - 'spec/integration/readme/**/*_spec.rb'
    - 'spec/integration/yard/**/*_spec.rb'

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
azeroth-1.0.0 .rubocop.yml
azeroth-0.10.1 .rubocop.yml
azeroth-0.10.0 .rubocop.yml
azeroth-0.9.0 .rubocop.yml
azeroth-0.8.2 .rubocop.yml
azeroth-0.8.1 .rubocop.yml
azeroth-0.8.0 .rubocop.yml
azeroth-0.7.4 .rubocop.yml
azeroth-0.7.3 .rubocop.yml
azeroth-0.7.2 .rubocop.yml
azeroth-0.7.1 .rubocop.yml
azeroth-0.7.0 .rubocop.yml
azeroth-0.6.5 .rubocop.yml
azeroth-0.6.4 .rubocop.yml