Disable ModuleDoc check
All checks were successful
continuous-integration/drone/push Build is passing

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
parent 4a921b4b24
commit 8268d8d498
No known key found for this signature in database
GPG key ID: B4EFE6DC59FAE118

View file

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