Sha256: 794a71739f1c3b63d82ba0d947842a80bf4f1b5258eb6b92b29377e1868fa94e

Contents?: true

Size: 617 Bytes

Versions: 11

Compression:

Stored size: 617 Bytes

Contents

inherit_gem:
  rubocop-shopify: rubocop.yml

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

11 entries across 11 versions & 1 rubygems

Version Path
record_store-8.0.6 .rubocop.yml
record_store-8.0.5 .rubocop.yml
record_store-8.0.4 .rubocop.yml
record_store-8.0.3 .rubocop.yml
record_store-8.0.2 .rubocop.yml
record_store-8.0.1 .rubocop.yml
record_store-8.0.0 .rubocop.yml
record_store-7.1.1 .rubocop.yml
record_store-7.1.0 .rubocop.yml
record_store-7.0.1 .rubocop.yml
record_store-7.0.0 .rubocop.yml