Sha256: 36fdde64a8604874aa83433e7f5c1308ba55f24b91ec1f6ade4ebdd1de111fe3

Contents?: true

Size: 532 Bytes

Versions: 2

Compression:

Stored size: 532 Bytes

Contents

require:
  - rubocop-discourse

inherit_from:
  - ./rubocop-core.yml
  - ./rubocop-capybara.yml
  - ./rubocop-factory_bot.yml
  - ./rubocop-rspec.yml

AllCops:
  TargetRubyVersion: 3.2
  SuggestExtensions: false
  DisabledByDefault: true
  Exclude:
    - 'db/schema.rb'
    - 'bundle/**/*'
    - 'vendor/**/*'
    - '**/node_modules/**/*'
    - 'public/**/*'
    - 'plugins/**/gems/**/*'
    - 'plugins/**/vendor/**/*'

Discourse:
  Enabled: true

Discourse/FabricatorShorthand:
  Enabled: true
  Include:
    - 'spec/**/*_spec.rb'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rubocop-discourse-3.7.1 stree-compat.yml
rubocop-discourse-3.7.0 stree-compat.yml