Sha256: 660d6345cbe3fa5c007265afe88c458b1c3d0598db8b428eada5b212b646d703

Contents?: true

Size: 584 Bytes

Versions: 3

Compression:

Stored size: 584 Bytes

Contents

require:
  - rubocop-factory_bot
  - rubocop-performance
  - rubocop-rails
  - rubocop-rspec
  - rubocop-rspec_rails

inherit_from:
  - .rubocop/factory-bot.yml
  - .rubocop/layout.yml
  - .rubocop/lint.yml
  - .rubocop/metrics.yml
  - .rubocop/naming.yml
  - .rubocop/rspec.yml
  - .rubocop/style.yml

AllCops:
  TargetRubyVersion: 3.3
  TargetRailsVersion: 7.0 # for ActiveSupport
  UseCache: True
  NewCops: enable
  Exclude:
    - 'bin/*'
    - 'vendor/**/*'
    - 'Guardfile'
    # Ignore local files for faster processing
    - 'tmp/**/*'
    - 'out/**/*'
    - 'coverage/**/*'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
proformaxml-1.5.2 .rubocop.yml
proformaxml-1.5.1 .rubocop.yml
proformaxml-1.5.0 .rubocop.yml