Sha256: a0c286dc398192f02bc6001c72c0210b2585a05e98c76c143af5dc17ae21716d

Contents?: true

Size: 1.15 KB

Versions: 8

Compression:

Stored size: 1.15 KB

Contents

inherit_gem:
  rubocop-shopify: rubocop.yml

require:
  - rubocop-sorbet

AllCops:
  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
Style/OpenStructUse:
  Enabled: false
Layout/LineLength:
  Exclude:
    - "test/clients/*"

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
shopify_api-14.8.0 .rubocop.yml
shopify_api-14.7.0 .rubocop.yml
shopify_api-14.6.0 .rubocop.yml
shopify_api-14.5.0 .rubocop.yml
shopify_api-14.4.0 .rubocop.yml
shopify_api-14.3.0 .rubocop.yml
shopify_api-14.2.0 .rubocop.yml
shopify_api-14.1.0 .rubocop.yml