Sha256: 6617b81cba3885c20b7e30138e59d945cd6bb0aed3e11bcc5cbbf4a44d1d148b

Contents?: true

Size: 336 Bytes

Versions: 16

Compression:

Stored size: 336 Bytes

Contents

inherit_gem:
    rubocop-shopify: rubocop.yml

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

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

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

Style/ClassMethodsDefinitions:
  Enabled: false

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
shopify_app-22.0.1 .rubocop.yml
shopify_app-22.00.0 .rubocop.yml
shopify_app-21.10.0 .rubocop.yml
shopify_app-21.9.0 .rubocop.yml
shopify_app-21.8.1 .rubocop.yml
shopify_app-21.8.0 .rubocop.yml
shopify_app-21.7.0 .rubocop.yml
shopify_app-21.6.0 .rubocop.yml
shopify_app-21.5.0 .rubocop.yml
shopify_app-21.4.1 .rubocop.yml
shopify_app-21.4.0 .rubocop.yml
shopify_app-21.3.1 .rubocop.yml
shopify_app-21.3.0 .rubocop.yml
shopify_app-21.2.0 .rubocop.yml
shopify_app-21.1.1 .rubocop.yml
shopify_app-21.1.0 .rubocop.yml