Sha256: d9688b779066bf66fb9f7b1985ca4b2c3a9337064feb2d02640ba7a6d535bdd5

Contents?: true

Size: 838 Bytes

Versions: 1

Compression:

Stored size: 838 Bytes

Contents

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

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

require:
  - 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 loaded 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-1.8.yml
  standard-performance: config/ruby-1.8.yml
  standard-custom: config/base.yml
  rubocop-performance: config/default.yml

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
standard-rubocop-lts-1.0.4 config/ruby-1.8.yml