Sha256: f2c4e151c2ff7316cd1d64787f0122fc361fc6c23b859f1252fa8e0d33b1f60b

Contents?: true

Size: 315 Bytes

Versions: 12

Compression:

Stored size: 315 Bytes

Contents

inherit_from: .rubocop_todo.yml

require:
  - rubocop-performance
  - rubocop-rspec

AllCops:
  Exclude:
    - Gemfile
    - Rakefile
    - spec/fixtures/**/*
    - vendor/bundle/**/*
  NewCops: enable
  SuggestExtensions: false
  TargetRubyVersion: '2.7'

# Disabled
Style/ClassAndModuleChildren:
  Enabled: false

Version data entries

12 entries across 12 versions & 3 rubygems

Version Path
puppetlabs_spec_helper-7.0.2 .rubocop.yml
puppetlabs_spec_helper-7.0.1 .rubocop.yml
puppetlabs_spec_helper-6.0.3 .rubocop.yml
puppetlabs_spec_helper-6.0.2 .rubocop.yml
ruby-pwsh-1.0.0 .rubocop.yml
ruby-pwsh-0.11.0 .rubocop.yml
puppetlabs_spec_helper-6.0.1 .rubocop.yml
puppet-modulebuilder-1.0.0 .rubocop.yml
puppetlabs_spec_helper-6.0.0 .rubocop.yml
puppetlabs_spec_helper-6.0.0.rc.1 .rubocop.yml
puppet-modulebuilder-1.0.0.rc.1 .rubocop.yml
ruby-pwsh-0.11.0.rc.1 .rubocop.yml