Enable TODO Credo check

This commit is contained in:
Claudio Ortolina
2026-02-17 08:12:38 +00:00
parent c6b5cc590e
commit 0c4af8340b
+1 -2
View File
@@ -6,8 +6,7 @@
disabled: [ disabled: [
{Credo.Check.Refactor.CyclomaticComplexity, []}, {Credo.Check.Refactor.CyclomaticComplexity, []},
{Credo.Check.Refactor.Nesting, []}, {Credo.Check.Refactor.Nesting, []},
{Credo.Check.Readability.ModuleDoc, []}, {Credo.Check.Readability.ModuleDoc, []}
{Credo.Check.Design.TagTODO, []}
] ]
} }
# files etc. # files etc.