Sha256: 08bcf5bcc032f1c220cccb5ff5381bdf2dcb98b205be72b0954ae7a7c3ff7ec1

Contents?: true

Size: 1.09 KB

Versions: 5

Compression:

Stored size: 1.09 KB

Contents

inherit_gem:
  rubocop-shopify: rubocop.yml

require:
  - rubocop-sorbet

AllCops:
  TargetRubyVersion: 2.6
  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

5 entries across 5 versions & 1 rubygems

Version Path
shopify_api-10.1.0 .rubocop.yml
shopify_api-10.0.3 .rubocop.yml
shopify_api-10.0.2 .rubocop.yml
shopify_api-10.0.1 .rubocop.yml
shopify_api-10.0.0 .rubocop.yml