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