rokumatsumoto/boyutluseyler

View on GitHub
.reek.yml

Summary

Maintainability
Test Coverage
# https://github.com/troessner/reek/blob/master/docs/defaults.reek.yml
# https://github.com/troessner/reek#working-with-rails
# https://github.com/troessner/reek#editor-integrations

---

### Generic smell configuration

directories:
  "app/controllers":
    IrresponsibleModule:
      enabled: false
    NestedIterators:
      max_allowed_nesting: 2
    UnusedPrivateMethod:
      enabled: false
    InstanceVariableAssumption:
      enabled: false
  "app/helpers":
    IrresponsibleModule:
      enabled: false
    UtilityFunction:
      enabled: false
  "app/mailers":
    InstanceVariableAssumption:
      enabled: false
  "app/models":
    InstanceVariableAssumption:
      enabled: false