Skip to content

Refactor indexer to better leverage analysis #1643

Refactor indexer to better leverage analysis

Refactor indexer to better leverage analysis #1643

Triggered via pull request December 1, 2023 14:14
Status Failure
Total duration 2m 51s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

elixir.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

16 errors and 15 warnings
Static analysis
Process completed with exit code 8.
Test on OTP 26 / Elixir 1.15.6: apps/common/test/lexical/ast/analysis_test.exs#L23
test scope trees are constructed when a document is analyzed (Lexical.Ast.AnalysisTest)
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 26 / Elixir 1.15.6
Process completed with exit code 2.
Test on OTP 25 / Elixir 1.15.6
The job was canceled because "_1_15_6_26" failed.
Test on OTP 25 / Elixir 1.15.6: apps/common/test/lexical/ast/analysis_test.exs#L23
test scope trees are constructed when a document is analyzed (Lexical.Ast.AnalysisTest)
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.15.6
** (SyntaxError) lib/parse_errors.ex:15:3: unexpected reserved word: end
Test on OTP 25 / Elixir 1.15.6
Process completed with exit code 2.
Test on OTP 25 / Elixir 1.14
The job was canceled because "_1_15_6_26" failed.
Test on OTP 25 / Elixir 1.14: apps/common/test/lexical/ast/analysis_test.exs#L23
test scope trees are constructed when a document is analyzed (Lexical.Ast.AnalysisTest)
Test on OTP 25 / Elixir 1.14
The operation was canceled.
Test on OTP 25 / Elixir 1.13
The job was canceled because "_1_15_6_26" failed.
Test on OTP 25 / Elixir 1.13: apps/common/test/lexical/ast/analysis_test.exs#L23
test scope trees are constructed when a document is analyzed (Lexical.Ast.AnalysisTest)
Test on OTP 25 / Elixir 1.13
The operation was canceled.
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
Run Dialyzer
variable "module" is unused (there is a variable with the same name in the context, use the pin operator (^) to match on it or prefix this variable with underscore if it is not meant to be used)
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