chore: disable linter breaking for TODOs
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Simon 2025-10-16 12:13:44 +02:00
parent 96c5b956e5
commit 8d3b76b954
Signed by: simon
GPG key ID: 40E7A58C4AA1EDB2

View file

@ -89,7 +89,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