Fix failing e2e tests due to changes in previous commit (#367) #804
validate.yaml
on: push
Validate
4m 16s
E2E Tests (amd64)
3m 18s
Annotations
12 warnings
|
E2E Tests (amd64)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v2, actions/setup-node@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Validate
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v2, actions/setup-dotnet@v3, actions/setup-node@v3, browser-actions/setup-chrome@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Validate:
src/Turnierplan.Core/Tournament/RankingSection.cs#L55
Refactor this constructor to reduce its Cognitive Complexity from 24 to the 15 allowed.
|
|
Validate:
src/Turnierplan.Core/PlanningRealm/InvitationLink.cs#L11
Constructor has 11 parameters, which is greater than the 7 authorized.
|
|
Validate:
src/Turnierplan.Core/PlanningRealm/Application.cs#L17
Constructor has 9 parameters, which is greater than the 7 authorized.
|
|
Validate:
src/Turnierplan.Core/Tournament/Tournament.cs#L321
Loops should be simplified using the "Where" LINQ method
|
|
Validate:
src/Turnierplan.Core/Image/Image.cs#L26
Constructor has 9 parameters, which is greater than the 7 authorized.
|
|
Validate:
src/Turnierplan.Core/ApiKey/ApiKey.cs#L27
Constructor has 9 parameters, which is greater than the 7 authorized.
|
|
Validate:
src/Turnierplan.Core/Document/Document.cs#L22
Constructor has 8 parameters, which is greater than the 7 authorized.
|
|
Validate:
src/Turnierplan.Core/User/User.cs#L25
Constructor has 13 parameters, which is greater than the 7 authorized.
|
|
Validate:
src/Turnierplan.Core/Tournament/Definitions/AbstractTeamSelectorParser.cs#L39
Define a constant instead of using this literal 'PlacementRank' 4 times.
|
|
Validate:
src/Turnierplan.Core/Entity/Entity.cs#L3
Convert this 'abstract' class to an interface.
|