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

Version Path
record_store-6.7.2 .rubocop.yml
record_store-6.7.1 .rubocop.yml
record_store-6.7.0 .rubocop.yml
record_store-6.6.0 .rubocop.yml
record_store-6.5.11 .rubocop.yml
record_store-6.5.10 .rubocop.yml
record_store-6.5.9 .rubocop.yml
record_store-6.5.8 .rubocop.yml
record_store-6.5.5 .rubocop.yml