Avoid requiring the module when using local macros #1279
Annotations
4 errors and 10 warnings
Run mix test
test find definition of local function even if it's defined after the cursor (ElixirLS.LanguageServer.Providers.Definition.LocatorTest)
|
Run mix test
test find definition of local functions with __MODULE__ submodule (ElixirLS.LanguageServer.Providers.Definition.LocatorTest)
|
Run mix test
test defdelegate to metadata module (ElixirLS.LanguageServer.Providers.Implementation.LocatorTest)
|
Run mix test
Process completed with exit code 1.
|
Run mix test
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Run mix test
Mix.ensure_application!/1 is undefined or private
|
Run mix test
Macro.to_string/2 is deprecated. Use Macro.to_string/1 instead
|
Run mix test
Logger.default_formatter/1 is undefined or private
|
Run mix test
:dialyzer_iplt.plt_and_info_from_file/1 is undefined (module :dialyzer_iplt is not available or is yet to be defined)
|
Run mix test
:dialyzer.run_report_modules_changed_and_analyzed/1 is undefined or private
|
Run mix test
Code.with_diagnostics/2 is undefined or private
|
Run mix test
Manifest: {:error, :enoent}
|
Run mix test
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
found quoted call "fun" but the quotes are not required. Calls made exclusively of Unicode letters, numbers, and underscores and not beginning with a number do not require quotes
|
Loading