Sha256: 2cf6036c61bb6b9b085248d85986375560744b764263efb859d1987ba4797840

Contents?: true

Size: 428 Bytes

Versions: 5

Compression:

Stored size: 428 Bytes

Contents

inherit_gem:
  rubocop-shopify: rubocop.yml

require:
  - rubocop-performance
  - rubocop-minitest
  - rubocop-rake

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

Metrics/MethodLength:
  Enabled: false

Layout/LineLength:
  Enabled: false

Lint/MissingSuper:
  Enabled: false

Style/StringLiterals:
  Enabled: false

Style/StringLiteralsInInterpolation:
  Enabled: false

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
theme-check-0.7.3 .rubocop.yml
theme-check-0.7.2 .rubocop.yml
theme-check-0.7.1 .rubocop.yml
theme-check-0.7.0 .rubocop.yml
theme-check-0.6.0 .rubocop.yml