Sha256: 9a66fa5aa0f8c1bc7a6fdb0ab5b8907aa2533056e1af1eeee043ff10b92ac81c

Contents?: true

Size: 670 Bytes

Versions: 1

Compression:

Stored size: 670 Bytes

Contents

inherit_from: ./ruby-2.3.yml

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

# Load basic rules for this version of Ruby from standard.
inherit_gem:
  # Duplicated from config/base.yml because of the yaml hierarchy.
  rubocop-performance: config/default.yml
  # Ruby version-specific overrides for specific additional gems.
  standard: config/ruby-2.2.yml
  standard-custom: config/ruby-2.2.yml
  standard-performance: config/ruby-2.2.yml

# Disabled in standard's base.yml.  Keeping here in case removed from base.
#  As of Ruby 3, string literals are frozen in all files.
Style/FrozenStringLiteralComment:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
standard-rubocop-lts-1.0.1 config/ruby-2.2.yml