Skip to content

Update Standard.yml #10

Update Standard.yml

Update Standard.yml #10

Triggered via pull request September 11, 2024 21:54
Status Failure
Total duration 4m 35s
Artifacts

yaml-linter.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 12 warnings
YAML Linter: Prototypes/Entities/Objects/Specific/Medical/surgery.yml#L262
/Prototypes/Entities/Objects/Specific/Medical/surgery.yml(262,13) File not found. (/Audio/Palmtree/Items/Medical/saw1.ogg)
YAML Linter: Prototypes/Palmtree/Entities/Objects/Devices/Circuitboards/Machine/production.yml#L11
/Prototypes/Palmtree/Entities/Objects/Devices/Circuitboards/Machine/production.yml(11,7) Field "requirements" not found in "Content.Shared.Construction.Components.MachineBoardComponent".
YAML Linter: Prototypes/Guidebook/security.yml#L34
/Prototypes/Guidebook/security.yml(34,9) File not found. (/ServerInfo/Guidebook/Security/SpaceLaw.xml)
YAML Linter: Prototypes/Guidebook/security.yml#L39
/Prototypes/Guidebook/security.yml(39,9) File not found. (/ServerInfo/Guidebook/Security/SLCrimeList.xml)
YAML Linter: Prototypes/Guidebook/security.yml#L44
/Prototypes/Guidebook/security.yml(44,9) File not found. (/ServerInfo/Guidebook/Security/SLRestrictedWeapons.xml)
YAML Linter: Prototypes/Guidebook/security.yml#L49
/Prototypes/Guidebook/security.yml(49,9) File not found. (/ServerInfo/Guidebook/Security/SLRestrictedGear.xml)
YAML Linter: Prototypes/Guidebook/security.yml#L54
/Prototypes/Guidebook/security.yml(54,9) File not found. (/ServerInfo/Guidebook/Security/SLControlledSubstances.xml)
YAML Linter: Prototypes/Catalog/Jukebox/Standard.yml#L71
/Prototypes/Catalog/Jukebox/Standard.yml(71,11) File not found. (/Audio/Jukebox/a_morte_do_vaqueiro.ogg)
YAML Linter: Prototypes/Catalog/Jukebox/Standard.yml#L77
/Prototypes/Catalog/Jukebox/Standard.yml(77,11) File not found. (/Audio/Jukebox/after_dark_x_sweater.ogg)
YAML Linter: Prototypes/Catalog/Jukebox/Standard.yml#L83
/Prototypes/Catalog/Jukebox/Standard.yml(83,11) File not found. (/Audio/Jukebox/american boy+3590+5.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/Utility/MarkupNode.cs#L10
'MarkupNode' overrides Object.Equals(object o) but does not override Object.GetHashCode()
YAML Linter: RobustToolbox/Robust.Shared/Containers/ContainerManagerComponent.cs#L33
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
YAML Linter: RobustToolbox/Robust.Shared/Containers/SharedContainerSystem.cs#L590
'SharedContainerSystem.TryGetContainingContainer(EntityUid, out BaseContainer?, MetaDataComponent?, TransformComponent?)' is obsolete: 'Use Entity<T> variant'
YAML Linter: RobustToolbox/Robust.Shared/Containers/SharedContainerSystem.cs#L660
'SharedContainerSystem.TryGetContainingContainer(EntityUid, out BaseContainer?, MetaDataComponent?, TransformComponent?)' is obsolete: 'Use Entity<T> variant'
YAML Linter: RobustToolbox/Robust.Shared/Containers/SharedContainerSystem.cs#L673
'SharedContainerSystem.TryGetContainingContainer(EntityUid, out BaseContainer?, MetaDataComponent?, TransformComponent?)' is obsolete: 'Use Entity<T> variant'
YAML Linter: RobustToolbox/Robust.Shared/ProfileOptSetup.cs#L16
Unreachable code detected
YAML Linter: RobustToolbox/Robust.Shared/Toolshed/TypeParsers/SessionTypeParser.cs#L46
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
YAML Linter: RobustToolbox/Robust.Shared/Toolshed/TypeParsers/SessionTypeParser.cs#L57
'FormattedMessage.FromMarkup(string)' is obsolete: 'Use FromMarkupOrThrow or TryFromMarkup'
YAML Linter: RobustToolbox/Robust.Shared/Toolshed/TypeParsers/QuantityTypeParser.cs#L67
'FormattedMessage.FromMarkup(string)' is obsolete: 'Use FromMarkupOrThrow or TryFromMarkup'
YAML Linter: RobustToolbox/Robust.Shared/Player/Filter.cs#L289
'EntitySystem.TryGet<T>(out T?)' is obsolete: 'Either use a dependency, resolve and cache IEntityManager manually, or use EntityManager.System<T>()'