Skip to content

boomer

boomer #944

Triggered via push December 23, 2024 13:47
Status Failure
Total duration 4m 36s
Artifacts

yaml-linter.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
YAML Linter: Prototypes/Corvax/Procedural/biome_templates.yml#L80
/Prototypes/Corvax/Procedural/biome_templates.yml(80,11) PrototypeID FloraStalagmite1 for type Robust.Shared.Prototypes.EntityPrototype at Line: 80, Col: 11 not found
YAML Linter: Prototypes/Corvax/Procedural/biome_templates.yml#L81
/Prototypes/Corvax/Procedural/biome_templates.yml(81,11) PrototypeID FloraStalagmite2 for type Robust.Shared.Prototypes.EntityPrototype at Line: 81, Col: 11 not found
YAML Linter: Prototypes/Corvax/Procedural/biome_templates.yml#L82
/Prototypes/Corvax/Procedural/biome_templates.yml(82,11) PrototypeID FloraStalagmite3 for type Robust.Shared.Prototypes.EntityPrototype at Line: 82, Col: 11 not found
YAML Linter: Prototypes/Corvax/Procedural/biome_templates.yml#L83
/Prototypes/Corvax/Procedural/biome_templates.yml(83,11) PrototypeID FloraStalagmite4 for type Robust.Shared.Prototypes.EntityPrototype at Line: 83, Col: 11 not found
YAML Linter: Prototypes/Corvax/Procedural/biome_templates.yml#L84
/Prototypes/Corvax/Procedural/biome_templates.yml(84,11) PrototypeID FloraStalagmite5 for type Robust.Shared.Prototypes.EntityPrototype at Line: 84, Col: 11 not found
YAML Linter: Prototypes/Corvax/Procedural/biome_templates.yml#L85
/Prototypes/Corvax/Procedural/biome_templates.yml(85,11) PrototypeID FloraRockSolid01 for type Robust.Shared.Prototypes.EntityPrototype at Line: 85, Col: 11 not found
YAML Linter: Prototypes/Corvax/Procedural/biome_templates.yml#L86
/Prototypes/Corvax/Procedural/biome_templates.yml(86,11) PrototypeID FloraRockSolid02 for type Robust.Shared.Prototypes.EntityPrototype at Line: 86, Col: 11 not found
YAML Linter: Prototypes/Corvax/Procedural/biome_templates.yml#L87
/Prototypes/Corvax/Procedural/biome_templates.yml(87,11) PrototypeID FloraRockSolid03 for type Robust.Shared.Prototypes.EntityPrototype at Line: 87, Col: 11 not found
YAML Linter: Prototypes/Corvax/Procedural/biome_templates.yml#L109
/Prototypes/Corvax/Procedural/biome_templates.yml(109,11) PrototypeID FloraRockSolid01 for type Robust.Shared.Prototypes.EntityPrototype at Line: 109, Col: 11 not found
YAML Linter: Prototypes/Corvax/Procedural/biome_templates.yml#L110
/Prototypes/Corvax/Procedural/biome_templates.yml(110,11) PrototypeID FloraRockSolid02 for type Robust.Shared.Prototypes.EntityPrototype at Line: 110, Col: 11 not found
YAML Linter
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
YAML Linter: RobustToolbox/NetSerializer/NetSerializer/TypeSerializers/GenericSerializer.cs#L24
'Type.IsSerializable' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
YAML Linter: RobustToolbox/NetSerializer/NetSerializer/Helpers.cs#L24
'Type.IsSerializable' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
YAML Linter: RobustToolbox/NetSerializer/NetSerializer/Helpers.cs#L27
'FieldAttributes.NotSerialized' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
YAML Linter: RobustToolbox/NetSerializer/NetSerializer/TypeSerializers/GenericSerializer.cs#L146
'FormatterServices' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
YAML Linter: RobustToolbox/Robust.Shared/ProfileOptSetup.cs#L16
Unreachable code detected
YAML Linter: RobustToolbox/Robust.Shared/Player/Filter.cs#L279
'EntitySystem.TryGet<T>(out T?)' is obsolete: 'Either use a dependency, resolve and cache IEntityManager manually, or use EntityManager.System<T>()'
YAML Linter: RobustToolbox/Robust.Shared/Containers/SharedContainerSystem.cs#L580
'SharedContainerSystem.TryGetContainingContainer(EntityUid, out BaseContainer?, MetaDataComponent?, TransformComponent?)' is obsolete: 'Use Entity<T> variant'
YAML Linter: RobustToolbox/Robust.Shared/Containers/SharedContainerSystem.cs#L650
'SharedContainerSystem.TryGetContainingContainer(EntityUid, out BaseContainer?, MetaDataComponent?, TransformComponent?)' is obsolete: 'Use Entity<T> variant'
YAML Linter: RobustToolbox/Robust.Shared/Containers/SharedContainerSystem.cs#L663
'SharedContainerSystem.TryGetContainingContainer(EntityUid, out BaseContainer?, MetaDataComponent?, TransformComponent?)' is obsolete: 'Use Entity<T> variant'
YAML Linter: RobustToolbox/Robust.Shared/Physics/Systems/SharedPhysicsSystem.Contacts.cs#L630
'SharedPhysicsSystem.SetAwake(EntityUid, PhysicsComponent, bool, bool)' is obsolete: 'Use SetAwake with EntityUid<PhysicsComponent>'