Avoid requiring the module when using local macros #1279
Annotations
7 errors and 5 warnings
Run mix test || false
test find definition of local functions with __MODULE__ submodule (ElixirLS.LanguageServer.Providers.Definition.LocatorTest)
|
Run mix test || false
test find definition of local function even if it's defined after the cursor (ElixirLS.LanguageServer.Providers.Definition.LocatorTest)
|
Run mix test || false
test defdelegate to metadata module (ElixirLS.LanguageServer.Providers.Implementation.LocatorTest)
|
Run mix test || false
** (TokenMissingError) lib/has_error.ex:16:1: missing terminator: end (for "do" starting at line 1)
|
Run mix test || false
** (TokenMissingError) lib/a.ex:6:7: missing terminator: end (for "do" starting at line 2)
|
Run mix test || false
** (SyntaxError) lib/template.eex:2:5: syntax error before: ','
|
Run mix test || false
Process completed with exit code 1.
|
Run mix test || false
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Run mix test || false
Macro.to_string/2 is deprecated. Use Macro.to_string/1 instead
|
Run mix test || false
found quoted atom "abc" but the quotes are not required. Atoms made exclusively of ASCII letters, numbers, underscores, beginning with a letter or underscore, and optionally ending with ! or ? do not require quotes
|
Run mix test || false
found quoted atom "abc" but the quotes are not required. Atoms made exclusively of ASCII letters, numbers, underscores, beginning with a letter or underscore, and optionally ending with ! or ? do not require quotes
|
Run mix test || false
Manifest: {:error, :enoent}
|
Loading