Skip to content

Commit

Permalink
chore: skip sobelow warning
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Jan 29, 2024
1 parent 4d86fa7 commit 647a268
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/custom_index.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 647a268

Please sign in to comment.