Sha256: 5c624bb7cfce341565aa4e083da9289fe691cc716d7546293e0935e310cec741
Contents?: true
Size: 1.14 KB
Versions: 5
Compression:
Stored size: 1.14 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 Layout/LineLength: Exclude: - "test/clients/*"
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
shopify_api-13.3.1 | .rubocop.yml |
shopify_api-13.3.0 | .rubocop.yml |
shopify_api-13.2.0 | .rubocop.yml |
shopify_api-13.1.0 | .rubocop.yml |
shopify_api-13.0.0 | .rubocop.yml |