Sha256: 964e35f2d77cf7c5ea767a2d0030666cf63066febcfd2c3f220b68c3404c1902

Contents?: true

Size: 493 Bytes

Versions: 2

Compression:

Stored size: 493 Bytes

Contents

inherit_from: .rubocop_todo.yml
require: rubocop-rspec

AllCops:
  DisplayCopNames: true
  NewCops: enable
  TargetRubyVersion: 2.4

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-2.1.0 .rubocop.yml
circleci-bundle-update-pr-2.0.0 .rubocop.yml