Skip to content

Commit fd172f3

Browse files
committed
feat: Use credo
1 parent 8f4b03a commit fd172f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.credo.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
# If you don't want TODO comments to cause `mix credo` to fail, just
8989
# set this value to 0 (zero).
9090
#
91-
{Credo.Check.Design.TagTODO, [exit_status: 2]},
91+
{Credo.Check.Design.TagTODO, [exit_status: 0]},
9292
{Credo.Check.Design.TagFIXME, []},
9393

9494
#

0 commit comments

Comments
 (0)