Sha256: 2cfeb4220c2cf3ce6b991cf4f406c581fa331b51239b53c527c87611ae98c70c
Contents?: true
Size: 762 Bytes
Versions: 16
Compression:
Stored size: 762 Bytes
Contents
inherit_gem: rubocop-shopify: rubocop.yml require: - rubocop-performance - rubocop-sorbet AllCops: TargetRubyVersion: 2.7 UseCache: true CacheRootDirectory: tmp Exclude: - 'test/fixtures/**/*' Lint/UnusedMethodArgument: AllowUnusedKeywordArguments: true Style/MethodCallWithArgsParentheses: Enabled: true IgnoreMacros: true IgnoredMethods: - require - require_relative - require_dependency - yield - raise Exclude: - Gemfile Style/StringLiterals: EnforcedStyle: double_quotes Sorbet/ConstantsFromStrings: Enabled: true Sorbet/ForbidIncludeConstLiteral: Enabled: true Sorbet/ParametersOrderingInSignature: Enabled: true Sorbet/KeywordArgumentOrdering: Enabled: true Sorbet/ValidSigil: Enabled: true
Version data entries
16 entries across 16 versions & 1 rubygems