Skip to content

feat: document symbols #122

feat: document symbols

feat: document symbols #122

Triggered via pull request June 29, 2023 01:37
Status Failure
Total duration 3m 40s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yaml

on: pull_request
Formatter (1.14.x/25.x)
18s
Formatter (1.14.x/25.x)
dialyzer
3m 32s
dialyzer
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
dialyzer
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/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
Test (1.14.x/24.x)
variable "arg1" is unused (if the variable is not meant to be used, prefix it with an underscore)
dialyzer
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
pattern_match: lib/next_ls/document_symbol.ex#L217
The pattern can never match the type :@ | :def | :defmacro | :defp | :defstruct.