coding-chimp/code_poetry

View on GitHub
.hound.yml

Summary

Maintainability
Test Coverage
AccessModifierIndentation:
  Description: Check indentation of private/protected visibility modifiers.
  Enabled: false

LineLength:
  Description: 'Limit lines to 100 characters.'
  Max: 100