Sha256: 088464218805887bdc8e2fa5140f63667c2247bfe09200ab195e2afa334bd6d3

Contents?: true

Size: 859 Bytes

Versions: 2

Compression:

Stored size: 859 Bytes

Contents

# We want Exclude and Include directives from different
#   config files to get merged, not overwritten
inherit_mode:
  merge:
    - Exclude
    - Include

inherit_from:
  - ./base.yml
  - ./internal/ruby-3.1.yml

require:
  - standard-rubocop-lts
  - standard
  - standard-performance
  - standard-custom
  - rubocop-performance

# Load basic rules for this version of Ruby from standard.
# Rules are overridden in a LIFO stack.
# If rubocop-performance is listed first, and standard-performance after it,
#   then rubocop-performance's rules will take precedence.
# This is the opposite of what you might expect.
# Below: standard's rules override rubocop-performance's (mostly disabling rules)
inherit_gem:
  standard: config/ruby-3.1.yml
  standard-performance: config/base.yml
  standard-custom: config/base.yml
  rubocop-performance: config/default.yml

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
standard-rubocop-lts-1.0.9 config/ruby-3.1.yml
standard-rubocop-lts-1.0.8 config/ruby-3.1.yml