Support Elixir 1.16 #1728
elixir.yml
on: pull_request
Static analysis
49s
Run Dialyzer
1m 24s
Integration tests
3m 11s
Matrix: test
Annotations
15 errors and 22 warnings
Static analysis
Process completed with exit code 2.
|
Test on OTP 26 / Elixir 1.15.6
** (SyntaxError) lib/parse_errors.ex:15:3: unexpected reserved word: end
|
Test on OTP 26 / Elixir 1.15.6
** (SyntaxError) lib/compilation_errors.ex:4:3: unexpected reserved word: end
|
Test on OTP 25 / Elixir 1.15.6
** (SyntaxError) lib/parse_errors.ex:15:3: unexpected reserved word: end
|
Test on OTP 25 / Elixir 1.15.6
** (SyntaxError) lib/compilation_errors.ex:4:3: unexpected reserved word: end
|
Test on OTP 25 / Elixir 1.14:
apps/remote_control/test/lexical/remote_control/build/parse_error_test.exs#L84
test handling parse errors return the more precise one when there are multiple diagnostics on the same line (Lexical.RemoteControl.Build.ParseErrorTest)
|
Test on OTP 25 / Elixir 1.14:
apps/remote_control/test/lexical/remote_control/build/error_test.exs#L160
test diagnostic/3 handles multiple UndefinedError in one line (Lexical.RemoteControl.Build.ErrorTest)
|
Test on OTP 25 / Elixir 1.14:
apps/remote_control/test/lexical/remote_control/build/error_test.exs#L81
test diagnostic/3 handles unsued warning (Lexical.RemoteControl.Build.ErrorTest)
|
Test on OTP 25 / Elixir 1.14:
apps/remote_control/test/lexical/remote_control/build/error_test.exs#L65
test diagnostic/3 handles undefined variable (Lexical.RemoteControl.Build.ErrorTest)
|
Test on OTP 25 / Elixir 1.14
Process completed with exit code 2.
|
Test on OTP 25 / Elixir 1.13:
apps/remote_control/test/lexical/remote_control/build/parse_error_test.exs#L84
test handling parse errors return the more precise one when there are multiple diagnostics on the same line (Lexical.RemoteControl.Build.ParseErrorTest)
|
Test on OTP 25 / Elixir 1.13:
apps/remote_control/test/lexical/remote_control/build/error_test.exs#L81
test diagnostic/3 handles unsued warning (Lexical.RemoteControl.Build.ErrorTest)
|
Test on OTP 25 / Elixir 1.13:
apps/remote_control/test/lexical/remote_control/build/error_test.exs#L160
test diagnostic/3 handles multiple UndefinedError in one line (Lexical.RemoteControl.Build.ErrorTest)
|
Test on OTP 25 / Elixir 1.13:
apps/remote_control/test/lexical/remote_control/build/error_test.exs#L65
test diagnostic/3 handles undefined variable (Lexical.RemoteControl.Build.ErrorTest)
|
Test on OTP 25 / Elixir 1.13
Process completed with exit code 2.
|
Test on OTP 26 / Elixir 1.15.6
variable "b" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Test on OTP 26 / Elixir 1.15.6
variable "a" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Test on OTP 25 / Elixir 1.15.6
variable "b" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Test on OTP 25 / Elixir 1.15.6
variable "a" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Test on OTP 25 / Elixir 1.14
variable "b" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Test on OTP 25 / Elixir 1.14
variable "a" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Test on OTP 25 / Elixir 1.14:
config/config.exs#L4
variable "f" does not exist and is being expanded to "f()", please use parentheses to remove the ambiguity or change the variable name
|
Test on OTP 25 / Elixir 1.13
variable "remaining" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Test on OTP 25 / Elixir 1.13
variable "first" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Test on OTP 25 / Elixir 1.13
variable "second" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Test on OTP 25 / Elixir 1.13
variable "found" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Test on OTP 25 / Elixir 1.13
variable "b" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Test on OTP 25 / Elixir 1.13
variable "a" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Test on OTP 25 / Elixir 1.13:
config/config.exs#L4
variable "f" does not exist and is being expanded to "f()", please use parentheses to remove the ambiguity or change the variable name
|
Test on OTP 25 / Elixir 1.13
function find_controllers/4 is unused
|
Test on OTP 25 / Elixir 1.13
function skip_scope_alias/2 is unused
|
Test on OTP 25 / Elixir 1.13
module attribute @phoenix_route_funcs was set but never used
|
Test on OTP 25 / Elixir 1.13
unused alias Binding
|
Test on OTP 25 / Elixir 1.13
unused alias Matcher
|
Test on OTP 25 / Elixir 1.13
unused alias Scope
|
Test on OTP 25 / Elixir 1.13
unused alias Source
|
Test on OTP 25 / Elixir 1.13
Macro.path/2 is undefined or private
|