Change approach for SDK #255
Annotations
2 errors and 9 warnings
Dialyzer
Process completed with exit code 2.
|
Linter
Process completed with exit code 2.
|
Dialyzer:
lib/inngest/function/handler.ex#L20
function exec/2 is unused
|
Dialyzer:
dev/event.ex#L11
variable "run_id" 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
|
Test:
test/support/funcs.ex#L17
variable "args" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Test:
test/support/funcs.ex#L10
module attribute @CountS was set but never used
|
Test:
test/support/funcs.ex#L90
function exec/1 required by behaviour Inngest.Function is not implemented (in module Inngest.TestCronFn)
|
Linter:
lib/inngest/utils.ex#L1
Modules should have a @moduledoc tag.
|
Linter:
lib/inngest/handler.ex#L32
Modules should have a @moduledoc tag.
|
Linter:
lib/inngest/step_tool.ex#L8
There should be no calls to IO.inspect/1.
|