Skip to content

Split Team ratings into Small team and big team (#296) #25

Split Team ratings into Small team and big team (#296)

Split Team ratings into Small team and big team (#296) #25

Triggered via push June 9, 2024 18:53
Status Failure
Total duration 1m 20s
Artifacts

dialyzer.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 15 warnings
Dialyzer
Process completed with exit code 2.
Dialyzer
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache/restore@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
unknown_function: lib/teiserver/libs/test_lib.ex#L124
Function ExUnit.Callbacks.on_exit/1 does not exist.
unknown_function: test/support/channel_case.ex#L1
Function ExUnit.Callbacks.__merge__/3 does not exist.
unknown_function: test/support/channel_case.ex#L20
Function ExUnit.CaseTemplate.__proxy__/2 does not exist.
unknown_function: test/support/conn_case.ex#L1
Function ExUnit.Callbacks.__merge__/3 does not exist.
unknown_function: test/support/conn_case.ex#L20
Function ExUnit.CaseTemplate.__proxy__/2 does not exist.
unknown_function: test/support/data_case.ex#L1
Function ExUnit.Callbacks.__merge__/3 does not exist.
unknown_function: test/support/data_case.ex#L19
Function ExUnit.CaseTemplate.__proxy__/2 does not exist.
unknown_function: test/support/data_case.ex#L35
Function ExUnit.Callbacks.on_exit/1 does not exist.
unknown_function: test/support/server_case.ex#L1
Function ExUnit.Callbacks.__merge__/3 does not exist.
unknown_function: test/support/server_case.ex#L19
Function ExUnit.CaseTemplate.__proxy__/2 does not exist.
Dialyzer: 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)
Dialyzer: 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)
Dialyzer: 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)
Dialyzer: 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