Sha256: 9201c0d3e086227c9ddab3710fb3dd863c0129dffce39a616561361fc3c70146

Contents?: true

Size: 311 Bytes

Versions: 9

Compression:

Stored size: 311 Bytes

Contents

inherit_gem:
    rubocop-shopify: rubocop.yml

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

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

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

Style/ClassMethodsDefinitions:
  Enabled: false

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
shopify_app-22.5.2 .rubocop.yml
shopify_app-22.5.1 .rubocop.yml
shopify_app-22.5.0 .rubocop.yml
shopify_app-22.4.0 .rubocop.yml
shopify_app-22.3.1 .rubocop.yml
shopify_app-22.3.0 .rubocop.yml
shopify_app-22.2.1 .rubocop.yml
shopify_app-22.2.0 .rubocop.yml
shopify_app-22.1.0 .rubocop.yml