Skip to content

Commit

Permalink
Disable unsafe atom in .credo.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
epinault authored Feb 23, 2024
1 parent e37af64 commit 573669d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .credo.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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, []},
Expand Down Expand Up @@ -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: [
Expand Down

0 comments on commit 573669d

Please sign in to comment.