Expand AST using Macro.Env API #509
Annotations
10 errors and 10 warnings
test/elixir_sense/core/metadata_builder/alias_test.exs#L49
test alias rules properly handled in ElixirSenseExample.Fixtures.MetadataBuilder.Alias.AliasSubmoduleExternalWithAlias (ElixirSense.Core.MetadataBuilder.AliasTest)
|
test/elixir_sense/core/binding_test.exs#L109
test expand introspection struct from guard (ElixirSense.Core.BindingTest)
|
test/elixir_sense/core/compiler_test.exs#L328
test special forms expands quote unquote_splicing tuple (ElixirSense.Core.CompilerTest)
|
test/elixir_sense/core/compiler_test.exs#L175
test special forms expands __aliases__ (ElixirSense.Core.CompilerTest)
|
test/elixir_sense/core/compiler_test.exs#L531
test special forms expands for in block (ElixirSense.Core.CompilerTest)
|
test/elixir_sense/core/compiler_test.exs#L503
test special forms expands for (ElixirSense.Core.CompilerTest)
|
test/elixir_sense/core/compiler_test.exs#L308
test special forms expands quote block (ElixirSense.Core.CompilerTest)
|
test/elixir_sense/core/compiler_test.exs#L608
test special forms expands var write (ElixirSense.Core.CompilerTest)
|
test/elixir_sense/core/compiler_test.exs#L409
test special forms expands &super (ElixirSense.Core.CompilerTest)
|
test/elixir_sense/core/compiler_test.exs#L515
test special forms expands for with bitstring generator (ElixirSense.Core.CompilerTest)
|
|
lib/elixir_sense/core/compiler.ex#L1646
variable "n" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
lib/elixir_sense/core/compiler.ex#L1647
variable "n" 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
|
lib/elixir_sense/providers/plugins/phoenix.ex#L8
unused alias Source
|
This job failed
Loading