Websocket behavior #40
Triggered via pull request
November 15, 2023 05:59
Status
Success
Total duration
11m 43s
Artifacts
–
Annotations
10 warnings
test:
test/basket_web/live/overview_test.exs#L37
variable "socket" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
test:
test/basket_web/live/overview_test.exs#L11
module attribute @socket was set but never used
|
test:
test/basket_web/live/overview_test.exs#L20
variable "state" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
test:
test/basket_web/live/overview_test.exs#L37
variable "socket" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
test:
test/basket_web/live/overview_test.exs#L11
module attribute @socket was set but never used
|
test
:net_kernel.get_state/0 is undefined or private
|
test
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
|
test
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
|
test
System.stacktrace/0 is deprecated. Use __STACKTRACE__ instead
|
test
:sys.get_debug/3 is deprecated. Incorrectly documented and only for internal use. can often be replaced with sys:get_log/1
|