From 8d3b76b954c7428f362295025254c2ee691a8bdb Mon Sep 17 00:00:00 2001 From: Simon Date: Thu, 16 Oct 2025 12:13:44 +0200 Subject: [PATCH] chore: disable linter breaking for TODOs --- .credo.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.credo.exs b/.credo.exs index d7efb3f..d871572 100644 --- a/.credo.exs +++ b/.credo.exs @@ -89,7 +89,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