paweljw/bookstore-backend

View on GitHub
config.reek

Summary

Maintainability
Test Coverage
IrresponsibleModule:
  enabled: false
"app/controllers":
  NestedIterators:
    max_allowed_nesting: 2
  UnusedPrivateMethod:
    enabled: false
  InstanceVariableAssumption:
    enabled: false
  UncommunicativeModuleName:
    enabled: false
"app/helpers":
  UtilityFunction:
    enabled: false
"app/mailers":
  InstanceVariableAssumption:
    enabled: false