Disable ModuleDoc check
All checks were successful
continuous-integration/drone/push Build is passing
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:
parent
4a921b4b24
commit
8268d8d498
1 changed files with 2 additions and 0 deletions
|
|
@ -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, []},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue