Sha256: 36a2317d1e3617687f4236634a5f80b58258be14779c8bb2f5e7058bca2c5d2b

Contents?: true

Size: 482 Bytes

Versions: 1

Compression:

Stored size: 482 Bytes

Contents

Documentation:
  Exclude:
    - "**/railtie.rb"
    - "spec/**/*"

Style/StringLiterals:
  EnforcedStyle: double_quotes
Metrics/LineLength:
  Max: 120
Layout/AlignHash:
  EnforcedHashRocketStyle: table
  EnforcedColonStyle: table
Layout/SpaceInsideHashLiteralBraces:
  EnforcedStyle: no_space
Style/RaiseArgs:
  EnforcedStyle: compact

Metrics/BlockLength:
  Exclude:
    - "redis_set_store.gemspec"
    - "spec/**/*"

Layout/EmptyLinesAroundBlockBody:
  Exclude:
    - "spec/**/*"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
redis_set_store-0.1.0 .rubocop.yml