Sha256: 2a451f821739fc871c9f1778e07e13f3fd3b03667dad7bb6683d39f52616bed4

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.2
  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.2.0 .rubocop.yml
proformaxml-1.1.0 .rubocop.yml