Sha256: f4080d603947a940c4b8ce32d05a1b858bbd03ca36afa3d64cf73e51b1b158e7

Contents?: true

Size: 409 Bytes

Versions: 3

Compression:

Stored size: 409 Bytes

Contents

require: rubocop-rspec
inherit_from: .rubocop_todo.yml

AllCops:
  TargetRubyVersion: 2.5

Metrics/BlockLength:
  Exclude:
    - 'spec/**/*_spec.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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
azeroth-0.6.3 .rubocop.yml
azeroth-0.6.2 .rubocop.yml
azeroth-0.6.1 .rubocop.yml