chore: disable linter breaking for TODOs
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
96c5b956e5
commit
8d3b76b954
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@
|
||||||
# If you don't want TODO comments to cause `mix credo` to fail, just
|
# If you don't want TODO comments to cause `mix credo` to fail, just
|
||||||
# set this value to 0 (zero).
|
# set this value to 0 (zero).
|
||||||
#
|
#
|
||||||
{Credo.Check.Design.TagTODO, [exit_status: 2]},
|
{Credo.Check.Design.TagTODO, [exit_status: 0]},
|
||||||
|
|
||||||
#
|
#
|
||||||
## Readability Checks
|
## Readability Checks
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue