Merge pull request #1257 from fedoracoreuser/feature/bug-in-shell-det… #1487
Annotations
3 errors and 13 warnings
|
Run cd apps/language_server
** (TokenMissingError) lib/has_error.ex:16:1: missing terminator: end (for "do" starting at line 1)
|
|
Run cd apps/language_server
** (TokenMissingError) lib/a.ex:6:7: missing terminator: end (for "do" starting at line 2)
|
|
Run cd apps/language_server
** (SyntaxError) lib/template.eex:2:5: syntax error before: ','
|
|
Run cd apps/language_server
unused alias TextEdit
|
|
Run cd apps/language_server
variable "arg" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
|
Run cd apps/language_server
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
|
Run cd apps/language_server
type private_type/0 is unused
|
|
Run cd apps/language_server
module attribute @b_constant was set but never used
|
|
Run cd apps/language_server
module attribute @foo was set but never used
|
|
Run cd apps/language_server
module attribute @foo was set but never used
|
|
Run cd apps/language_server
the result of calling hd/1 is ignored (suppress the warning by assigning the expression to the _ variable)
|
|
Run cd apps/language_server
the result of calling length/1 is ignored (suppress the warning by assigning the expression to the _ variable)
|
|
Run cd apps/language_server
Macro.to_string/2 is deprecated. Use Macro.to_string/1 instead
|
|
Run cd apps/elixir_ls_utils
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
|
Run cd apps/elixir_ls_utils
variable "s" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
|
Run cd apps/elixir_ls_utils
variable "s" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Loading