Skip to content

fix: filter out hidden functions from workspace symbols (#66) #113

fix: filter out hidden functions from workspace symbols (#66)

fix: filter out hidden functions from workspace symbols (#66) #113

Triggered via push June 27, 2023 04:32
Status Failure
Total duration 5m 37s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yaml

on: push
Formatter (1.14.x/25.x)
16s
Formatter (1.14.x/25.x)
dialyzer
4m 56s
dialyzer
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 11 warnings
Test (1.15.x/25.x): test/next_ls_test.exs#L107
test can initialize the server (NextLSTest)
Test (1.15.x/25.x)
Process completed with exit code 2.
Test (1.13.x/24.x)
variable "arg1" is unused (if the variable is not meant to be used, prefix it with an underscore)
Test (1.13.x/25.x)
variable "arg1" is unused (if the variable is not meant to be used, prefix it with an underscore)
Test (1.15.x/24.x): lib/next_ls.ex#L3
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Test (1.15.x/24.x)
variable "arg1" is unused (if the variable is not meant to be used, prefix it with an underscore)
Test (1.15.x/24.x): lib/next_ls.ex#L3
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Test (1.14.x/24.x)
variable "arg1" is unused (if the variable is not meant to be used, prefix it with an underscore)
Test (1.14.x/25.x)
variable "arg1" is unused (if the variable is not meant to be used, prefix it with an underscore)
Test (1.15.x/25.x)
variable "arg1" is unused (if the variable is not meant to be used, prefix it with an underscore)
Test (1.15.x/25.x): lib/next_ls.ex#L3
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Test (1.15.x/25.x): lib/next_ls.ex#L3
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
dialyzer
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead