Sha256: bf33d2f4074c13a3160f8fec9225e35d97274d775178f884269a5cffd8aea739

Contents?: true

Size: 572 Bytes

Versions: 2

Compression:

Stored size: 572 Bytes

Contents

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

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

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

RSpec/FilePath:
  CustomTransform:
    ProformaXML: proformaxml

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
proformaxml-1.0.0 .rubocop.yml
proformaxml-0.10.0 .rubocop.yml