Expand AST using Macro.Env API #1261
Annotations
5 errors and 10 warnings
Run mix test
test list vars in multiline struct (ElixirLS.LanguageServer.Providers.Completion.SuggestionTest)
|
Run mix test
** (TokenMissingError) lib/has_error.ex:16:1: missing terminator: end (for "do" starting at line 1)
|
Run mix test
** (TokenMissingError) lib/a.ex:6:7: missing terminator: end (for "do" starting at line 2)
|
Run mix test
** (SyntaxError) lib/template.eex:2:5: syntax error before: ','
|
Run mix test
Process completed with exit code 1.
|
Run mix test
variable "end_column" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Run mix test
variable "end_line" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Run mix test
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)
|
Run mix test
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Run mix test
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Run mix test
variable "s" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Run mix test
Metadata.get_cursor_env/2 is undefined (module Metadata is not available or is yet to be defined)
|
Run mix test
Macro.to_string/2 is deprecated. Use Macro.to_string/1 instead
|
Run mix test
variable "fix_incomplete_call" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Run mix test
variable "fix_incomplete_kw" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Loading