chore: skip sobelow warning

This commit is contained in:
Zach Daniel 2024-01-29 15:52:08 -05:00
parent 4d86fa73ad
commit 647a268183

View file

@ -72,6 +72,7 @@ defmodule AshPostgres.CustomIndex do
def schema, do: @schema
# sobelow_skip ["DOS.StringToAtom"]
def transform(index) do
with {:ok, index} <- set_name(index) do
set_error_fields(index)