Add credo config, disable ModuleDoc check #38

Merged
rafael merged 2 commits from push-owpwrykvxuwm into main 2025-05-14 16:35:44 +02:00
Showing only changes of commit 8268d8d498 - Show all commits

View file

@ -161,6 +161,8 @@
{Credo.Check.Warning.WrongTestFileExtension, []}
],
disabled: [
# Checks disabled by the Mitgliederverwaltung Team
{Credo.Check.Readability.ModuleDoc, []},
#
# Checks scheduled for next check update (opt-in for now)
{Credo.Check.Refactor.UtcNowTruncate, []},