yasaichi/grease

View on GitHub
.reek

Summary

Maintainability
Test Coverage
# Excluding directories
exclude_paths:
  - spec/dummy

# Generic smell configuration
Attribute:
  enabled: false
IrresponsibleModule:
  enabled: false
TooManyStatements:
  max_statements: 10