Re-enable Credo CyclomaticComplexity check

This commit is contained in:
Claudio Ortolina
2026-03-06 10:08:25 +00:00
parent d3ae3a7381
commit a23f772c04
4 changed files with 3 additions and 1 deletions
-1
View File
@@ -7,7 +7,6 @@
{Credo.Check.Refactor.Nesting, max_nesting: 3}
],
disabled: [
{Credo.Check.Refactor.CyclomaticComplexity, []},
{Credo.Check.Readability.ModuleDoc, []}
]
}