Skip to content

Some minor table layout improvements (#297) #647

Some minor table layout improvements (#297)

Some minor table layout improvements (#297) #647

Triggered via push December 22, 2025 16:19
Status Success
Total duration 4m 15s
Artifacts

validate.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Validate: src/Turnierplan.Core/Tournament/Tournament.cs#L489
Refactor this method to reduce its Cognitive Complexity from 16 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
Validate: src/Turnierplan.Core/PlanningRealm/InvitationLink.cs#L12
Constructor has 11 parameters, which is greater than the 7 authorized. (https://rules.sonarsource.com/csharp/RSPEC-107)
Validate: src/Turnierplan.Core/Tournament/Tournament.cs#L323
Loops should be simplified using the "Where" LINQ method (https://rules.sonarsource.com/csharp/RSPEC-3267)
Validate: src/Turnierplan.Core/PlanningRealm/Application.cs#L17
Constructor has 9 parameters, which is greater than the 7 authorized. (https://rules.sonarsource.com/csharp/RSPEC-107)
Validate: src/Turnierplan.Core/Image/Image.cs#L30
Constructor has 10 parameters, which is greater than the 7 authorized. (https://rules.sonarsource.com/csharp/RSPEC-107)
Validate: src/Turnierplan.Core/Document/Document.cs#L22
Constructor has 8 parameters, which is greater than the 7 authorized. (https://rules.sonarsource.com/csharp/RSPEC-107)
Validate: src/Turnierplan.Core/User/User.cs#L25
Constructor has 12 parameters, which is greater than the 7 authorized. (https://rules.sonarsource.com/csharp/RSPEC-107)
Validate: src/Turnierplan.Core/ApiKey/ApiKey.cs#L27
Constructor has 9 parameters, which is greater than the 7 authorized. (https://rules.sonarsource.com/csharp/RSPEC-107)
Validate: src/Turnierplan.Core/Tournament/Definitions/AbstractTeamSelectorParser.cs#L39
Define a constant instead of using this literal 'PlacementRank' 4 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
Validate: src/Turnierplan.Core/Entity/Entity.cs#L3
Convert this 'abstract' class to an interface. (https://rules.sonarsource.com/csharp/RSPEC-1694)