Cleanup old tasks

This commit is contained in:
Claudio Ortolina
2026-04-24 09:58:09 +01:00
parent 3852340479
commit 2a688e2309
120 changed files with 0 additions and 0 deletions
@@ -0,0 +1,30 @@
---
id: ML-67
title: Credo ModuleDoc check still disabled
status: Done
assignee: []
created_date: '2026-04-20 08:55'
labels: []
dependencies: []
references:
- 'https://github.com/cloud8421/music_library/issues/108'
priority: low
---
## Description
<!-- SECTION:DESCRIPTION:BEGIN -->
_GitHub: created 2026-03-12 · updated 2026-03-13 · closed 2026-03-13_
## Description
`.credo.exs:10` disables `Credo.Check.Readability.ModuleDoc`. The `Nesting` check was re-enabled per #84, but `ModuleDoc` remains disabled and `CyclomaticComplexity` was removed entirely (not listed).
## Expected behavior
Consider re-enabling `ModuleDoc` (possibly with exclusions for specific module patterns like LiveComponents) and adding `CyclomaticComplexity` back with an appropriate threshold.
## Source
From technical debt audit (2026-03-12). Residual from #84.
<!-- SECTION:DESCRIPTION:END -->