Sha256: e62391d3ba8b4c9ca7107e0616c4acd3a59f28bd26ce779a406c54ec74160cba

Contents?: true

Size: 400 Bytes

Versions: 3

Compression:

Stored size: 400 Bytes

Contents

inherit_from: .rubocop_todo.yml
require: rubocop-rspec

AllCops:
  DisplayCopNames: true
  TargetRubyVersion: 2.3

Metrics:
  Enabled: false

RSpec/DescribedClass:
  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

3 entries across 3 versions & 1 rubygems

Version Path
circleci-bundle-update-pr-1.17.0 .rubocop.yml
circleci-bundle-update-pr-1.16.1 .rubocop.yml
circleci-bundle-update-pr-1.16.0 .rubocop.yml