Skip to content

Commit

Permalink
credo: don't die on TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
crertel committed Jun 25, 2024
1 parent 3f74a21 commit 79051af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/.credo.exs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,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},
{Credo.Check.Design.TagFIXME},

#
Expand Down

0 comments on commit 79051af

Please sign in to comment.