incredibly minor tweak to credo config
All checks were successful
Build & Test / nix-build (push) Successful in 1m10s

This commit is contained in:
Kodi Craft 2024-08-12 12:26:24 +02:00
parent c6f0df489e
commit 7a75dcc9c8
Signed by: kodi
GPG Key ID: 69D9EED60B242822

View File

@ -60,7 +60,7 @@
# If you don't want TODO comments to cause `mix credo` to fail, just
# set this value to 0 (zero).
#
{Credo.Check.Design.TagTODO, [exit_status: 2]},
{Credo.Check.Design.TagTODO, [exit_status: 0]},
#
## Readability Checks