Skip to content

Feature: add site-wide handle_info callbacks #1690

Feature: add site-wide handle_info callbacks

Feature: add site-wide handle_info callbacks #1690

Triggered via pull request August 23, 2024 19:35
Status Success
Total duration 2m 17s
Artifacts

elixir.yml

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

Annotations

9 warnings
test: OTP 23 | Elixir 1.13.0 | Phoenix 1.7.0 | LiveView 0.20.2
variable "params" is unused (if the variable is not meant to be used, prefix it with an underscore)
test: OTP 23 | Elixir 1.13.0 | Phoenix 1.7.0 | LiveView 0.20.2
variable "params" is unused (if the variable is not meant to be used, prefix it with an underscore)
test: OTP 23 | Elixir 1.13.0 | Phoenix 1.7.0 | LiveView 0.20.2
variable "event_params" is unused (if the variable is not meant to be used, prefix it with an underscore)
test: OTP 23 | Elixir 1.13.0 | Phoenix 1.7.0 | LiveView 0.20.2
unused import Phoenix.Socket
test: OTP 23 | Elixir 1.13.0 | Phoenix 1.7.0 | LiveView 0.20.2
variable "event_params" is unused (if the variable is not meant to be used, prefix it with an underscore)
test: OTP 23 | Elixir 1.13.0 | Phoenix 1.7.0 | LiveView 0.20.2
variable "event_params" is unused (if the variable is not meant to be used, prefix it with an underscore)
test: OTP 23 | Elixir 1.13.0 | Phoenix 1.7.0 | LiveView 0.20.2
unused import Phoenix.Socket
quality: OTP 27 | Elixir 1.17 | Phoenix ~> 1.7 | LiveView ~> 0.20
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
quality: OTP 27 | Elixir 1.17 | Phoenix ~> 1.7 | LiveView ~> 0.20
1..-1 has a default step of -1, please write 1..-1//-1 instead