Skip to content

Commit

Permalink
Fixed credo TODO settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mellelieuwes committed Sep 26, 2023
1 parent 9c1c41d commit 5d7b969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/.credo.exs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,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, false},

#
Expand Down

0 comments on commit 5d7b969

Please sign in to comment.