Skip to content

Commit

Permalink
chore: skip sobelow errors
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Aug 16, 2024
1 parent 097ea27 commit 29cf2d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/codegen.ex
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
defmodule AshGraphql.Codegen do
@moduledoc false

# sobelow_skip ["Traversal.FileModule"]
def generate_sdl_file(schema, opts) do
target = schema.generate_sdl_file()

Expand Down

0 comments on commit 29cf2d6

Please sign in to comment.