Skip to content

[Feature] Advanced Vision Goggles #694

[Feature] Advanced Vision Goggles

[Feature] Advanced Vision Goggles #694

Triggered via pull request December 11, 2024 14:01
Status Failure
Total duration 4m 23s
Artifacts

yaml-linter.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 11 warnings
YAML Linter: Prototypes/Entities/Structures/Machines/lathe.yml#L364
/Prototypes/Entities/Structures/Machines/lathe.yml(364,9) No Content.Shared.Research.Prototypes.LatheRecipePrototype found with id ClothingEyesNightVisionDiagnosticGoggles
YAML Linter: Prototypes/Entities/Structures/Machines/lathe.yml#L892
/Prototypes/Entities/Structures/Machines/lathe.yml(892,9) No Content.Shared.Research.Prototypes.LatheRecipePrototype found with id ClothingEyesNightVisionSecurityGoggles
YAML Linter: Prototypes/Entities/Structures/Machines/lathe.yml#L1040
/Prototypes/Entities/Structures/Machines/lathe.yml(1040,9) No Content.Shared.Research.Prototypes.LatheRecipePrototype found with id ClothingEyesNightVisionMedicalGoggles
YAML Linter: Prototypes/_White/Research/experimental.yml#L14
/Prototypes/_White/Research/experimental.yml(14,5) No Content.Shared.Research.Prototypes.LatheRecipePrototype found with id ClothingEyesNightVisionSecurityGoggles
YAML Linter: Prototypes/_White/Research/experimental.yml#L15
/Prototypes/_White/Research/experimental.yml(15,5) No Content.Shared.Research.Prototypes.LatheRecipePrototype found with id ClothingEyesNightVisionMedicalGoggles
YAML Linter: Prototypes/_White/Research/experimental.yml#L16
/Prototypes/_White/Research/experimental.yml(16,5) No Content.Shared.Research.Prototypes.LatheRecipePrototype found with id ClothingEyesNightVisionDiagnosticGoggles
YAML Linter
Process completed with exit code 255.
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/Robust.Shared/Containers/ContainerManagerComponent.cs#L32
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
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/GameObjects/Systems/SharedUserInterfaceSystem.cs#L225
'BoundUserInterface.DeferredClose' is obsolete
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/GameObjects/Systems/SharedUserInterfaceSystem.cs#L406
'BoundUserInterface.DeferredClose' is obsolete
YAML Linter: RobustToolbox/Robust.Shared/GameObjects/Systems/SharedUserInterfaceSystem.cs#L457
'BoundUserInterface.DeferredClose' is obsolete
YAML Linter: RobustToolbox/Robust.Shared/ProfileOptSetup.cs#L16
Unreachable code detected
YAML Linter: RobustToolbox/Robust.Shared/GameObjects/Systems/SharedTransformSystem.Component.cs#L771
'TransformComponent.Anchored.set' is obsolete: 'Use the SharedTransformSystem.AnchorEntity/Unanchor methods instead.'
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>()'