Sha256: 6e025dee7867456acbccee38ffc2a16fc9b1b63544b399988e2d2c67118307b0

Contents?: true

Size: 316 Bytes

Versions: 4

Compression:

Stored size: 316 Bytes

Contents

require:
  - rubocop-rspec

inherit_from:
  - https://relaxed.ruby.style/rubocop.yml

Metrics/BlockLength:
  Exclude:
    - config/routes.rb
    - db/seeds/**/*
    - spec/**/*

RSpec/MultipleExpectations:
  Max: 5
  # Default is 1

RSpec/ExampleLength:
  Max: 20
  # Default is 5

AllCops:
  TargetRubyVersion: 1.9

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
deprecations_detector-0.2.2 .rubocop.yml
deprecations_detector-0.2.1 .rubocop.yml
deprecations_detector-0.2.0 .rubocop.yml
deprecations_detector-0.0.1 .rubocop.yml