Sha256: 0e5093d301c15201a6e599dc8387738f40975afde90ae43064a13e66834af1d7

Contents?: true

Size: 832 Bytes

Versions: 6

Compression:

Stored size: 832 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

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
foreplay-0.3.4 .hound.yml
foreplay-0.3.3 .hound.yml
foreplay-0.3.2 .hound.yml
foreplay-0.3.1 .hound.yml
foreplay-0.3.0 .hound.yml
foreplay-0.2.3 .hound.yml