From 7a75dcc9c87fcc108b1361b826aa81c23904acce Mon Sep 17 00:00:00 2001 From: Kodi Craft Date: Mon, 12 Aug 2024 12:26:24 +0200 Subject: [PATCH] incredibly minor tweak to credo config --- .credo.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.credo.exs b/.credo.exs index 7e62a68..060eb8c 100644 --- a/.credo.exs +++ b/.credo.exs @@ -60,7 +60,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