Sha256: 54b8c22319b6a0eabffec9248cbebacd44819f72ec9f4fe3fce4954362af4cf4

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.5

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-3.1.0 .rubocop.yml
circleci-bundle-update-pr-3.0.0 .rubocop.yml