From a501c6203978a7a38c5fe40a0a33cc8890430a53 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 12:38:06 +0000 Subject: [PATCH] chore: sync files with beam-community/common-config --- .credo.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.credo.exs b/.credo.exs index f078317..93bffde 100644 --- a/.credo.exs +++ b/.credo.exs @@ -172,7 +172,7 @@ {Credo.Check.Warning.UnusedPathOperation, []}, {Credo.Check.Warning.UnusedRegexOperation, []}, {Credo.Check.Warning.UnusedStringOperation, []}, - {Credo.Check.Warning.UnusedTupleOperation, []} + {Credo.Check.Warning.UnusedTupleOperation, []}, ] } ]