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