ericroberts/mutator

View on GitHub
.hound.yml

Summary

Maintainability
Test Coverage
StringLiterals:
  Enabled: false

AccessModifierIndentation:
  EnforcedStyle: outdent

MethodDefParentheses:
  EnforcedStyle: require_no_parentheses

Documentation:
  Enabled: false

Lambda:
  Enabled: false

DotPosition:
  EnforcedStyle: trailing

Blocks:
  Enabled: false

AllCops:
  Exclude:
    - 'mutator.gemspec'