Sha256: 9b3f18d203d2d24c20f40e9742001903aa5d8b40bae7a328ddd087d89ee59235

Contents?: true

Size: 283 Bytes

Versions: 9

Compression:

Stored size: 283 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

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
azeroth-0.6.0 .rubocop.yml
azeroth-0.5.0 .rubocop.yml
azeroth-0.4.0 .rubocop.yml
azeroth-0.3.0 .rubocop.yml
azeroth-0.2.0 .rubocop.yml
azeroth-0.1.0 .rubocop.yml
azeroth-0.0.7 .rubocop.yml
azeroth-0.0.6 .rubocop.yml
azeroth-0.0.5 .rubocop.yml