Change approach for SDK #244
Annotations
3 errors and 5 warnings
Test:
test/support/funcs.ex#L1
** (CompileError) test/support/funcs.ex:1: Inngest.Function.Handler.__struct__/1 is undefined, cannot expand struct Inngest.Function.Handler. Make sure the struct name is correct. If the struct name exists and is correct but it still cannot be found, you likely have cyclic module usage in your code
|
Test
Process completed with exit code 1.
|
Linter
Process completed with exit code 2.
|
Dialyzer:
lib/inngest/function/handler.ex#L20
function exec/2 is unused
|
Dialyzer:
dev/v1.ex#L10
variable "args" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Test:
lib/inngest/function/handler.ex#L20
function exec/2 is unused
|
Linter:
lib/inngest/v1/function.ex#L1
Modules should have a @moduledoc tag.
|
Linter:
lib/inngest/v1/function.ex#L74
Modules should have a @moduledoc tag.
|