sqm-dashboards/.reek.yml
2022-07-13 15:32:48 -07:00

13 lines
226 B
YAML

---
detectors:
InstanceVariableAssumption:
enabled: false
IrresponsibleModule:
enabled: false
exclude_paths:
- spec
- app/views/legacy
- app/controllers/legacy
- app/models/legacy
- db/migrate
- config