Sha256: 76e6e640f8a13b5c5acc443f3cc4ee0a2d0c16ba8bf555549bc910c07cedb084

Contents?: true

Size: 322 Bytes

Versions: 3

Compression:

Stored size: 322 Bytes

Contents

inherit_from:
  - 'https://shopify.github.io/ruby-style-guide/rubocop.yml'

require: rubocop-performance

AllCops:
  TargetRubyVersion: 2.7
  Exclude:
    - 'vendor/bundle/**/*'
    - 'packaging/builds/**/*'

Metrics/MethodLength:
  Enabled: false

Layout/LineLength:
  Enabled: false

Lint/MissingSuper:
  Enabled: false

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
theme-check-0.4.0 .rubocop.yml
theme-check-0.3.3 .rubocop.yml
theme-check-0.3.2 .rubocop.yml