Sha256: f8b9c6e1034712439caadbecc0cfe92d2f100e98823a7ec599e7e48f03e06328

Contents?: true

Size: 1.09 KB

Versions: 10

Compression:

Stored size: 1.09 KB

Contents

inherit_gem:
  rubocop-shopify: rubocop.yml

require:
  - rubocop-sorbet

AllCops:
  TargetRubyVersion: 2.7
  NewCops: enable
  Exclude:
    - "sorbet/**/*"
    - "bin/**/*"
    - "lib/shopify_api/rest/resources/**/*"
    - "test/rest/**/*"

Sorbet:
  Enabled: true
Sorbet/HasSigil:
  Enabled: true
  Exclude:
    - Gemfile*
Sorbet/StrictSigil:
  Enabled: true
  Exclude:
    - Gemfile*
    - "lib/shopify_api/auth/session.rb"
    - Rakefile
    - "test/**/*"
Sorbet/TrueSigil:
  Enabled: true
  Exclude:
    - Gemfile*
    - Rakefile
    - "test/**/*"
Sorbet/ValidSigil:
  Enabled: true
Sorbet/EnforceSigilOrder:
  Enabled: true
Sorbet/AllowIncompatibleOverride:
  Enabled: true
Sorbet/CheckedTrueInSignature:
  Enabled: true
Sorbet/KeywordArgumentOrdering:
  Enabled: true
Sorbet/SignatureBuildOrder:
  Enabled: true
Sorbet/BindingConstantWithoutTypeAlias:
  Enabled: true
Sorbet/ConstantsFromStrings:
  Enabled: true
Sorbet/ForbidIncludeConstLiteral:
  Enabled: true
Sorbet/ForbidSuperclassConstLiteral:
  Enabled: true

Layout/EmptyLineAfterGuardClause:
  Enabled: true
Style/GlobalStdStream:
  Enabled: true

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
shopify_api-12.5.0 .rubocop.yml
shopify_api-12.4.0 .rubocop.yml
shopify_api-12.3.0 .rubocop.yml
shopify_api-12.2.1 .rubocop.yml
shopify_api-12.2.0 .rubocop.yml
shopify_api-12.1.0 .rubocop.yml
shopify_api-12.0.0 .rubocop.yml
shopify_api-11.1.0 .rubocop.yml
shopify_api-11.0.1 .rubocop.yml
shopify_api-11.0.0 .rubocop.yml