diff --git a/.credo.exs b/.credo.exs index 89c918e..251cd42 100644 --- a/.credo.exs +++ b/.credo.exs @@ -145,7 +145,7 @@ {Credo.Check.Warning.OperationOnSameValues, []}, {Credo.Check.Warning.OperationWithConstantResult, false}, {Credo.Check.Warning.RaiseInsideRescue, []}, - {Credo.Check.Warning.UnsafeToAtom, false}, + {Credo.Check.Warning.UnsafeToAtom, []}, {Credo.Check.Warning.UnusedEnumOperation, []}, {Credo.Check.Warning.UnusedFileOperation, []}, {Credo.Check.Warning.UnusedKeywordOperation, []},