Sha256: 2147a6a2a11d3bdbf67cc8d9e129ed820917391ba0afbcb997f77e0a8fc102d7

Contents?: true

Size: 536 Bytes

Versions: 2

Compression:

Stored size: 536 Bytes

Contents

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

inherit_from:
  - .rubocop/factory-bot.yml
  - .rubocop/layout.yml
  - .rubocop/lint.yml
  - .rubocop/metrics.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

2 entries across 2 versions & 1 rubygems

Version Path
proformaxml-1.4.0 .rubocop.yml
proformaxml-1.3.0 .rubocop.yml