Sha256: 53e5fbd94922aa017641d02865bd8110f06250b15a58b0a9b305d8b249e68383

Contents?: true

Size: 475 Bytes

Versions: 2

Compression:

Stored size: 475 Bytes

Contents

inherit_from: .rubocop_todo.yml
require: rubocop-rspec

AllCops:
  DisplayCopNames: true
  TargetRubyVersion: 2.3

Layout/LineLength:
  Enabled: false

Metrics:
  Enabled: false

RSpec/DescribedClass:
  Enabled: false

RSpec/NamedSubject:
  Enabled: false

Style/BlockComments:
  Exclude:
    - 'spec/spec_helper.rb'

Style/Documentation:
  Enabled: false

Style/DoubleNegation:
  Enabled: false

Style/GuardClause:
  Enabled: false

Style/IfUnlessModifier:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
circleci-bundle-update-pr-1.19.1 .rubocop.yml
circleci-bundle-update-pr-1.19.0 .rubocop.yml