From b3977817bb1006fc05be50fbf084b03739de1cc5 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Wed, 31 Jan 2024 15:47:38 -0500 Subject: [PATCH] chore: add sobelow skip statement --- lib/ash/code_interface.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ash/code_interface.ex b/lib/ash/code_interface.ex index 8e1979b7..86203c55 100644 --- a/lib/ash/code_interface.ex +++ b/lib/ash/code_interface.ex @@ -184,7 +184,7 @@ defmodule Ash.CodeInterface do end @doc false - # sobelow_skip ["DOS.BinToAtom"] + # sobelow_skip ["DOS.BinToAtom", "DOS.StringToAtom"] def resolve_calc_method_names(name) do if name |> to_string() |> String.ends_with?("?") do safe_name = name |> to_string() |> String.trim_trailing("?") |> String.to_atom()