Sha256: a696b6aad788126b9df34eff927fae6ed4872b43b82b0b26168d2b2ecddc3747

Contents?: true

Size: 407 Bytes

Versions: 3

Compression:

Stored size: 407 Bytes

Contents

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

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

inherit_gem:
  rubocop-performance: config/default.yml
  standard: config/base.yml
  standard-performance: config/base.yml
  standard-custom: config/base.yml

AllCops:
  NewCops: enable

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
standard-rubocop-lts-1.0.3 config/base.yml
standard-rubocop-lts-1.0.2 config/base.yml
standard-rubocop-lts-1.0.1 config/base.yml