Sha256: 9019855fec81c57b0c00983f4f26e4df88c68494af6c79a9a7a13ffdb463720d

Contents?: true

Size: 952 Bytes

Versions: 2

Compression:

Stored size: 952 Bytes

Contents

---
StringLiterals:
  EnforcedStyle: single_quotes
  Enabled: true

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

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

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

MethodLength:
  Description: 'Avoid methods longer than 10 lines of code.'
  Enabled: false

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

CyclomaticComplexity:
  Description: 'Avoid complex methods.'
  Max: 13

PerceivedComplexity:
  Max: 17

ClassLength:
  Description: 'Avoid classes longer than 100 lines of code.'
  CountComments: false  # count full line comments?
  Max: 290

Output:
  Description: 'Checks for calls to puts, print, etc.'
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
foreplay-0.7.3 .hound.yml
foreplay-0.7.2 .hound.yml