Skip to content

Easier getting started (#96) #104

Easier getting started (#96)

Easier getting started (#96) #104

Triggered via push September 8, 2025 04:14
Status Success
Total duration 2m 31s
Artifacts

elixir.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build and test
variable "rest" is unused (if the variable is not meant to be used, prefix it with an underscore)
Build and test
variable "user" is unused (if the variable is not meant to be used, prefix it with an underscore)
Build and test
variable "message" is unused (if the variable is not meant to be used, prefix it with an underscore)
Build and test
variable "state" is unused (if the variable is not meant to be used, prefix it with an underscore)
Build and test
clauses with the same name and arity (number of arguments) should be grouped together, "def handle_info/2" was previously defined (lib/prodigy/server/protocol/tcs/tcs_protocol.ex:106)
Build and test
variable "state" is unused (if the variable is not meant to be used, prefix it with an underscore)
Build and test
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
Build and test
HashDict.size/1 is deprecated. Use maps and the Map module instead
Build and test
Integer.to_char_list/2 is deprecated. Use Integer.to_charlist/2 instead
Build and test: deps/poison/mix.exs#L4
String.strip/1 is deprecated. Use String.trim/1 instead