Sha256: 4ff56c97f65362764d82b594616410b91539674b527d3b5d481836b115704bfd

Contents?: true

Size: 682 Bytes

Versions: 7

Compression:

Stored size: 682 Bytes

Contents

inherit_gem:
  rubocop-shopify: rubocop.yml

inherit_from:
  - .rubocop_todo.yml

AllCops:
  TargetRubyVersion: 2.4

Lint/SuppressedException:
  Exclude:
    # Warning on test setup, the exception is expected
    - 'test/test_helper.rb'

Lint/MissingSuper:
  Exclude:
    # We explicitly do not want to call super here
    - 'lib/shopify_api/graphql/http_client.rb'

Lint/UnderscorePrefixedVariableName:
  Exclude:
    # This is an internal attribute and we want to make sure it's called _headers
    - 'lib/shopify_api/resources/base.rb'

Naming/AccessorMethodName:
  Exclude:
    # This comes from activesupport, so we can't rename it
    - 'test/detailed_log_subscriber_test.rb'

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
shopify_api-9.5.2 .rubocop.yml
ruby_shopify_api-1.0.0 .rubocop.yml
shopify_api-9.5.1 .rubocop.yml
shopify_api-9.5 .rubocop.yml
shopify_api-9.4.1 .rubocop.yml
shopify_api-9.4.0 .rubocop.yml
shopify_api-9.3.0 .rubocop.yml