From af23726b3d4c3dcc096def578c460070b2a0b408 Mon Sep 17 00:00:00 2001 From: epinault Date: Fri, 23 Feb 2024 08:16:51 -0800 Subject: [PATCH] Disable unsafe atom in .credo.exs (#89) --- .credo.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.credo.exs b/.credo.exs index 1ac4f7d..eb7048f 100644 --- a/.credo.exs +++ b/.credo.exs @@ -159,7 +159,6 @@ {Credo.Check.Warning.RaiseInsideRescue, []}, {Credo.Check.Warning.SpecWithStruct, []}, {Credo.Check.Warning.UnsafeExec, []}, - {Credo.Check.Warning.UnsafeToAtom, []}, {Credo.Check.Warning.UnusedEnumOperation, []}, {Credo.Check.Warning.UnusedFileOperation, []}, {Credo.Check.Warning.UnusedKeywordOperation, []}, @@ -188,6 +187,7 @@ {Credo.Check.Refactor.NegatedIsNil, []}, {Credo.Check.Refactor.VariableRebinding, []}, {Credo.Check.Warning.LeakyEnvironment, []}, + {Credo.Check.Warning.UnsafeToAtom, []}, {Credo.Check.Readability.Specs, files: %{ excluded: [