Sha256: 1197f0e7401b9b3dccef376c98c6346954f62bfaf27fac6490e79eb2084f4f37

Contents?: true

Size: 459 Bytes

Versions: 2

Compression:

Stored size: 459 Bytes

Contents

# Avoid long parameter lists
ParameterLists:
  Max: 3
  CountKeywordArgs: true

MethodLength:
  CountComments: false
  Max: 15

ClassLength:
  CountComments: false
  Max: 100

CyclomaticComplexity:
  Max: 6

BlockNesting:
  Max: 3

HashSyntax:
  EnforcedStyle: hash_rockets

Encoding:
  Enabled: false

StringLiterals:
  EnforcedStyle: double_quotes

BracesAroundHashParameters:
  Enabled: false

Documentation:
  Enabled: false

EmptyLines:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cachew-0.1.1 .rubocop.yml
cachew-0.1.0 .rubocop.yml