Sha256: 888e1fa72ac3e04d1ef2780d0cb3128f64b2c423f77cb938d884a46343f3315f

Contents?: true

Size: 575 Bytes

Versions: 7

Compression:

Stored size: 575 Bytes

Contents

inherit_from: .rubocop_todo.yml
require:
  - rubocop-rake
  - rubocop-rspec

AllCops:
  DisplayCopNames: true
  NewCops: enable
  TargetRubyVersion: '3.0'

Gemspec/DevelopmentDependencies:
  EnforcedStyle: gemspec

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

7 entries across 7 versions & 1 rubygems

Version Path
circleci-bundle-update-pr-5.0.10 .rubocop.yml
circleci-bundle-update-pr-5.0.9 .rubocop.yml
circleci-bundle-update-pr-5.0.8 .rubocop.yml
circleci-bundle-update-pr-5.0.7 .rubocop.yml
circleci-bundle-update-pr-5.0.6 .rubocop.yml
circleci-bundle-update-pr-5.0.5 .rubocop.yml
circleci-bundle-update-pr-5.0.4 .rubocop.yml