Skip to content

Split Team ratings into Small team and big team #25

Split Team ratings into Small team and big team

Split Team ratings into Small team and big team #25

Triggered via pull request June 9, 2024 16:11
Status Failure
Total duration 1m 2s
Artifacts

format.yml

on: pull_request
mix format
52s
mix format
Fit to window
Zoom out
Zoom in

Annotations

1 error and 7 warnings
mix format
Process completed with exit code 1.
mix format: lib/teiserver/coordinator/consul_server.ex#L838
variable "rating_type" is unused (if the variable is not meant to be used, prefix it with an underscore)
mix format: lib/teiserver/libs/test_lib.ex#L4
unused alias LobbyLib
mix format: lib/teiserver/mix_tasks/team_rating.ex#L14
variable "args" is unused (if the variable is not meant to be used, prefix it with an underscore)
mix format: lib/teiserver_web/live/account/profile/overview.ex#L289
variable "user_id" is unused (if the variable is not meant to be used, prefix it with an underscore)
mix format: lib/teiserver_web/live/account/profile/overview.ex#L288
clauses with the same name and arity (number of arguments) should be grouped together, "def handle_event/3" was previously defined (lib/teiserver_web/live/account/profile/overview.ex:87)
mix format: lib/teiserver_web/live/account/profile/overview.ex#L328
clauses with the same name and arity (number of arguments) should be grouped together, "def get_relationships_and_permissions/1" was previously defined (lib/teiserver_web/live/account/profile/overview.ex:272)
mix format: lib/teiserver_web/live/account/profile/overview.ex#L62
module attribute @impl was not set for function handle_info/2 callback (specified in Phoenix.LiveView). This either means you forgot to add the "@impl true" annotation before the definition or that you are accidentally overriding this callback