valleyjo/orgman

View on GitHub
.hound.yml

Summary

Maintainability
Test Coverage
# Hound Settings
ShowCopNames: true

AllCops:
  Include:
    - Rakefile
    - config.ru
  Exclude:
    - db/**/*
    - config/**/*

Style/StringLiterals:
  Enabled: false