Sha256: a0ae95f91dc618d8f19a13d335f2de8a1f9b523ed38a58fc03b3f7b04f183873

Contents?: true

Size: 243 Bytes

Versions: 3

Compression:

Stored size: 243 Bytes

Contents

inherit_gem:
    rubocop-shopify: rubocop.yml

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

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

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
shopify_app-13.2.0 .rubocop.yml
shopify_app-13.1.1 .rubocop.yml
shopify_app-13.1.0 .rubocop.yml