Disable ModuleDoc check

Adding module documentation for all our Ash resources seems desirable,
but ultimately unrealistic, and I think it's more likely that this check
will result in one-liner documentation that doesn't contain any real
information.
This commit is contained in:
Rafael Epplée 2025-05-14 16:32:48 +02:00 committed by Moritz
parent 4fd2dd4c48
commit 39eac1aa54
Signed by: moritz
GPG key ID: 1020A035E5DD0824

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, []},