Sha256: af0d97444910ad35b4461fb42c6d410b3b0c2db2f1bdd64151a7eb5cf6124777

Contents?: true

Size: 270 Bytes

Versions: 12

Compression:

Stored size: 270 Bytes

Contents

inherit_gem:
    rubocop-shopify: rubocop.yml

AllCops:
  TargetRubyVersion: 2.7
  Exclude:
    - 'test/tmp/**/*'
    - 'vendor/bundle/**/*'

Style/MethodCallWithArgsParentheses:
  Exclude:
    - '**/Gemfile'

Style/ClassAndModuleChildren:
  Exclude:
    - 'test/**/*'

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
shopify_app-14.4.3 .rubocop.yml
shopify_app-14.4.2 .rubocop.yml
shopify_app-14.4.1 .rubocop.yml
shopify_app-14.4.0 .rubocop.yml
shopify_app-14.3.0 .rubocop.yml
shopify_app-14.2.0 .rubocop.yml
shopify_app-14.1.0 .rubocop.yml
shopify_app-14.0.0 .rubocop.yml
shopify_app-13.5.0 .rubocop.yml
shopify_app-13.4.1 .rubocop.yml
shopify_app-13.4.0 .rubocop.yml
shopify_app-13.3.0 .rubocop.yml