Sha256: c3f373bbdf63fc525888fd4e934f284418f8cf5ae72216426295be44999ee6c7

Contents?: true

Size: 889 Bytes

Versions: 2

Compression:

Stored size: 889 Bytes

Contents

# Configuration for all cops and global extension configuration
require:
  - rubocop-capybara
  - rubocop-factory_bot
  - rubocop-performance
  - rubocop-rails
  - rubocop-rake
  - rubocop-rspec
  - rubocop-rspec_rails

inherit_mode:
  merge:
    - Exclude

inherit_from:
  - "./rubocop-bundler.yml"
  - "./rubocop-gemspec.yml"
  - "./rubocop-layout.yml"
  - "./rubocop-lint.yml"
  - "./rubocop-metrics.yml"
  - "./rubocop-naming.yml"
  - "./rubocop-performance.yml"
  - "./rubocop-rails.yml"
  - "./rubocop-rspec.yml"
  - "./rubocop-security.yml"
  - "./rubocop-style.yml"

AllCops:
  Exclude:
    - .git/**/*
    - node_modules/**/*
    - vendor/bundle/**/*
  NewCops: enable
  TargetRubyVersion: 3.3

Capybara:
  Enabled: true

FactoryBot:
  Enabled: true

Performance:
  Enabled: true

Rails:
  Enabled: true

Rake:
  Enabled: true

RSpec:
  Enabled: true

RSpecRails:
  Enabled: true

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
katalyst-govuk-formbuilder-1.9.2 vendor/bundle/ruby/3.3.0/gems/rubocop-katalyst-2.0.0/config/default.yml
rubocop-katalyst-2.0.0 config/default.yml