Expand AST using Macro.Env API #1264
Annotations
3 errors and 9 warnings
Run mix test || false
** (SyntaxError) lib/template.eex:2:5: syntax error before: ','
|
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
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
variable "fix_incomplete_call" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Run mix test || false
variable "fix_incomplete_kw" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Run mix test || false
variable "fix_incomplete_kw_key" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Run mix test || false
: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 || false
:dialyzer.run_report_modules_changed_and_analyzed/1 is undefined or private
|
Run mix test || false
Manifest: {:error, :enoent}
|
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
|
Loading