Features/wasm components #280
Annotations
8 warnings
lib/wasmex/native.ex#L6
variable "github_url" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
lib/wasmex/native.ex#L5
variable "version" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
lib/wasmex/native.ex#L81
clauses with the same name and arity (number of arguments) should be grouped together, "def todo_init/2" was previously defined (lib/wasmex/native.ex:72)
|
lib/wasmex/native.ex#L81
this clause for todo_init/2 cannot match because a previous clause at line 72 always matches
|
test/wasm_components_test.exs#L15
variable "first" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
test/wasm_components_test.exs#L25
variable "second" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
test/wasm_components_test.exs#L4
unused alias Engine
|
test/wasm_components_test.exs#L5
unused alias EngineConfig
|
This job succeeded
Loading