Expand AST using Macro.Env API #541
Annotations
10 errors and 10 warnings
test/elixir_sense/core/compiler_test.exs#L283
test special forms expands __ENV__ (ElixirSense.Core.CompilerTest)
|
test/elixir_sense/core/compiler_test.exs#L882
test macro (ElixirSense.Core.CompilerTest)
|
test/elixir_sense/core/compiler_test.exs#L546
test special forms expands for with reduce (ElixirSense.Core.CompilerTest)
|
test/elixir_sense/core/compiler_test.exs#L181
test special forms expands <<>> with modifier (ElixirSense.Core.CompilerTest)
|
test/elixir_sense/core/compiler_test.exs#L664
test special forms expands nullary call if_undefined: :warn (ElixirSense.Core.CompilerTest)
|
test/elixir_sense/core/compiler_test.exs#L319
test special forms expands quote quote (ElixirSense.Core.CompilerTest)
|
test/elixir_sense/core/compiler_test.exs#L266
test special forms expands __STACKTRACE__ (ElixirSense.Core.CompilerTest)
|
test/elixir_sense/core/compiler_test.exs#L412
test special forms expands quote with line (ElixirSense.Core.CompilerTest)
|
test/elixir_sense/core/compiler_test.exs#L220
test special forms expands __MODULE__ (ElixirSense.Core.CompilerTest)
|
test/elixir_sense/core/compiler_test.exs#L430
test special forms expands &super (ElixirSense.Core.CompilerTest)
|
|
lib/elixir_sense/core/compiler.ex#L864
variable "env_for_expand" is unused (there is a variable with the same name in the context, use the pin operator (^) to match on it or prefix this variable with underscore if it is not meant to be used)
|
lib/elixir_sense/core/compiler.ex#L1948
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
lib/elixir_sense/core/compiler.ex#L1955
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
lib/elixir_sense/providers/plugins/phoenix.ex#L76
function find_controllers/4 is unused
|
lib/elixir_sense/providers/plugins/phoenix.ex#L101
function skip_scope_alias/2 is unused
|
lib/elixir_sense/providers/plugins/phoenix.ex#L16
module attribute @phoenix_route_funcs was set but never used
|
lib/elixir_sense/providers/plugins/phoenix.ex#L9
unused alias Binding
|
lib/elixir_sense/providers/plugins/phoenix.ex#L14
unused alias Matcher
|
lib/elixir_sense/providers/plugins/phoenix.ex#L12
unused alias Scope
|
This job failed
Loading