Sha256: b7dddb99ff2e55ba06924b20cb6086003fe9fb68ea93d0a555054672b74de588

Contents?: true

Size: 581 Bytes

Versions: 2

Compression:

Stored size: 581 Bytes

Contents

---
# Too picky.
LineLength:
  Enabled: false

# This should truly be on for well documented gems.
Documentation:
  Enabled: false

# Neatly aligned code is to swell.
SingleSpaceBeforeFirstArg:
  Enabled: false

# Rubocop default is leading but hound-ci use trailing.
DotPosition:
  EnforcedStyle: leading

# Don't mess with RSpec DSL.
Blocks:
  Exclude:
    - 'spec/**/*'

# We really like the readability with newline in beginning of classes.
EmptyLinesAroundMethodBody:
  Enabled: false

EmptyLinesAroundClassBody:
  Enabled: false

EmptyLinesAroundModuleBody:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
spree_postal_service-2.4.0 .hound.yml
spree_postal_service-2.3.1 .hound.yml