Skip to content

refactor: add websocket to spotlights #202

refactor: add websocket to spotlights

refactor: add websocket to spotlights #202

Triggered via pull request February 6, 2024 12:49
Status Success
Total duration 1m 54s
Artifacts

style.yml

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

Annotations

10 warnings
OTP 25.x / Elixir 1.14.x
this clause cannot match because a previous clause at line 33 always matches
OTP 25.x / Elixir 1.14.x: deps/poison/mix.exs#L4
String.strip/1 is deprecated. Use String.trim/1 instead
OTP 25.x / Elixir 1.14.x
Application.get_env/2 is discouraged in the module body, use Application.compile_env/3 instead
OTP 25.x / Elixir 1.14.x
use Bitwise is deprecated. import Bitwise instead
OTP 25.x / Elixir 1.14.x
use Bitwise is deprecated. import Bitwise instead
OTP 25.x / Elixir 1.14.x
Integer.to_char_list/2 is deprecated. Use Integer.to_charlist/2 instead
OTP 25.x / Elixir 1.14.x
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
OTP 25.x / Elixir 1.14.x
Plug.Adapters.Cowboy.http/3 is deprecated. Use Plug.Cowboy.http/3 instead
OTP 25.x / Elixir 1.14.x
Range.range?/1 is deprecated. Pattern match on first..last//step instead
OTP 25.x / Elixir 1.14.x
variable "asset_host" is unused (if the variable is not meant to be used, prefix it with an underscore)