feat: major refactor and tests for state structs and Change implement… #24
Annotations
1 error and 7 warnings
build-and-deploy
Process completed with exit code 1.
|
build-and-deploy
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
|
build-and-deploy
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
|
build-and-deploy:
lib/viral_spiral/room/state/round.ex#L121
variable "global_state" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
build-and-deploy:
lib/viral_spiral/room/state/deck.ex#L33
variable "global_state" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
build-and-deploy:
lib/viral_spiral/room/state/root.ex#L71
variable "turn" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
build-and-deploy:
lib/viral_spiral/room/state/root.ex#L75
variable "round" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
build-and-deploy:
lib/viral_spiral/room/state/root.ex#L13
unused alias Deck
|