Sha256: cf461fdca573c7ff214c36aa520149a38ffec88cb8dea61683157ebbe5cb7027
Contents?: true
Size: 644 Bytes
Versions: 9
Compression:
Stored size: 644 Bytes
Contents
inherit_gem: rubocop-shopify: rubocop.yml AllCops: TargetRubyVersion: 2.6.4 Exclude: - vendor/**/* UseCache: true CacheRootDirectory: tmp/rubocop Naming/InclusiveLanguage: Enabled: false Style/ClassAndModuleChildren: Enabled: false Style/FrozenStringLiteralComment: Enabled: false Style/QuotedSymbols: Enabled: false Style/MethodCallWithArgsParentheses: Include: - '**/*.rb' Style/StringLiterals: Enabled: false Style/StringLiteralsInInterpolation: Enabled: false Style/TrailingCommaInArrayLiteral: Enabled: false Style/TrailingCommaInHashLiteral: Enabled: false Style/WordArray: Enabled: false
Version data entries
9 entries across 9 versions & 1 rubygems