Skip to content

Ingame Changelog

Ingame Changelog #19

Triggered via pull request November 8, 2024 12:17
@Rinary1Rinary1
synchronize #17
AutoChangelog
Status Failure
Total duration 4m 12s
Artifacts

yaml-linter.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 12 warnings
YAML Linter: Prototypes/_StarLight/Enemies/Abyss.yml#L76
/Prototypes/_StarLight/Enemies/Abyss.yml(76,17) EntityPrototype ActionMobBlink doesn't have a EntityWorldTargetActionComponent.
YAML Linter: Prototypes/_StarLight/Entities/Objects/Materials/misc.yml#L14
/Prototypes/_StarLight/Entities/Objects/Materials/misc.yml(14,5) Field "scale" not found in "Content.Shared.Item.ItemComponent".
YAML Linter: Prototypes/_StarLight/Entities/Objects/Materials/ore.yml#L17
/Prototypes/_StarLight/Entities/Objects/Materials/ore.yml(17,5) Field "scale" not found in "Content.Shared.Item.ItemComponent".
YAML Linter: Prototypes/Objectives/traitor.yml#L308
/Prototypes/Objectives/traitor.yml(308,27) No localization message found with id Cut off a sliver from the supermatter crystal.
YAML Linter: Prototypes/Objectives/traitor.yml#L309
/Prototypes/Objectives/traitor.yml(309,22) No localization message found with id Use any cutting tool that comes in handy. A scalpel is more recommended. Also, don't die of radiation poisoning.
YAML Linter: Prototypes/Objectives/traitor.yml#L300
/Prototypes/Objectives/traitor.yml(300,3) Field "noSpawn" not found in "Robust.Shared.Prototypes.EntityPrototype".
YAML Linter: Prototypes/Entities/Objects/Specific/Mech/Weapons/Gun/combat.yml#L258
/Prototypes/Entities/Objects/Specific/Mech/Weapons/Gun/combat.yml(258,12) PrototypeID BulletEMP for type Robust.Shared.Prototypes.EntityPrototype at Line: 258, Col: 12 not found
YAML Linter: Prototypes/Entities/Objects/Specific/Mech/Weapons/Gun/combat.yml#L-1
/Prototypes/Entities/Objects/Specific/Mech/Weapons/Gun/combat.yml(-1,-1) PrototypeID BulletEMP for type Robust.Shared.Prototypes.EntityPrototype at Line: -1, Col: -1 not found
YAML Linter: Prototypes/Entities/Objects/Specific/Mech/Weapons/Gun/combat.yml#L105
/Prototypes/Entities/Objects/Specific/Mech/Weapons/Gun/combat.yml(105,5) Field "projectileSpeedModified" not found in "Content.Shared.Weapons.Ranged.Components.GunComponent".
YAML Linter: Prototypes/SoundCollections/lobby.yml#L5
/Prototypes/SoundCollections/lobby.yml(5,7) File not found. (/Audio/Lobby/absconditus.ogg)
YAML Linter
The following actions uses node12 which is deprecated and will be forced to run on node16: space-wizards/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
YAML Linter
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/[email protected], space-wizards/[email protected], actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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/GameObjects/Systems/SharedUserInterfaceSystem.cs#L225
'BoundUserInterface.DeferredClose' is obsolete
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/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/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/GameObjects/Systems/SharedTransformSystem.Component.cs#L771
'TransformComponent.Anchored.set' is obsolete: 'Use the SharedTransformSystem.AnchorEntity/Unanchor methods instead.'