spree-contrib/spree_sitemap

View on GitHub
.hound.yml

Summary

Maintainability
Test Coverage
---
# Too picky.
LineLength:
  Enabled: false

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

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

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

# Avoid contradictory style rules by enforce single quotes.
StringLiterals:
  EnforcedStyle: single_quotes