Sha256: 1ae8aa040d6f28bfb070d176fcd4596ae366d10eaea07a84c75a1278afba281f

Contents?: true

Size: 589 Bytes

Versions: 5

Compression:

Stored size: 589 Bytes

Contents

LineLength:
  Description: 'Limit lines to 120 characters.'
  Max: 120
  Enabled: true

MethodLength:
  Description: 'Avoid methods longer than 10 lines of code.'
  Max: 23
  Enabled: true

Documentation:
  Description: 'Document classes and non-namespace modules.'
  Enabled: false

FileName:
  Description: 'Use snake_case for source file names.'
  Enabled: false

DotPosition:
  Description: 'Checks the position of the dot in multi-line method calls.'
  EnforcedStyle: leading
  # EnforcedStyle: trailing
  Enabled: true

StringLiterals:
  EnforcedStyle: single_quotes
  Enabled: true

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
name-tamer-0.2.14 .hound.yml
name-tamer-0.2.13 .hound.yml
name-tamer-0.2.12 .hound.yml
name-tamer-0.2.11 .hound.yml
name-tamer-0.2.10 .hound.yml