Skip to content
Triggered via pull request August 5, 2024 11:06
Status Failure
Total duration 3m 49s
Artifacts

yaml-linter.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 12 warnings
YAML Linter: Prototypes/Catalog/Fills/Lockers/heads.yml#L20
/Prototypes/Catalog/Fills/Lockers/heads.yml(20,13) No EntityPrototype found with id ADTClothingHeadHatsBeretSupply
YAML Linter: Prototypes/Catalog/Fills/Lockers/heads.yml#L26
/Prototypes/Catalog/Fills/Lockers/heads.yml(26,13) No EntityPrototype found with id ADTUnderwearBoxQM
YAML Linter: Prototypes/Catalog/Fills/Lockers/heads.yml#L28
/Prototypes/Catalog/Fills/Lockers/heads.yml(28,13) No EntityPrototype found with id ADTQMJumpskirtWarm
YAML Linter: Prototypes/Catalog/Fills/Lockers/heads.yml#L29
/Prototypes/Catalog/Fills/Lockers/heads.yml(29,13) No EntityPrototype found with id ADTQMJumpsuitWarm
YAML Linter: Prototypes/Catalog/Fills/Lockers/heads.yml#L68
/Prototypes/Catalog/Fills/Lockers/heads.yml(68,13) No EntityPrototype found with id ADTUnderwearBoxCap
YAML Linter: Prototypes/Catalog/Fills/Lockers/heads.yml#L70
/Prototypes/Catalog/Fills/Lockers/heads.yml(70,13) No EntityPrototype found with id ADTSwimsuitCap
YAML Linter: Prototypes/Catalog/Fills/Lockers/heads.yml#L71
/Prototypes/Catalog/Fills/Lockers/heads.yml(71,13) No EntityPrototype found with id ADTCapJumpsuitWarm
YAML Linter: Prototypes/Catalog/Fills/Lockers/heads.yml#L72
/Prototypes/Catalog/Fills/Lockers/heads.yml(72,13) No EntityPrototype found with id ADTCapJumpskirtWarm
YAML Linter: Prototypes/Catalog/Fills/Lockers/heads.yml#L114
/Prototypes/Catalog/Fills/Lockers/heads.yml(114,13) No EntityPrototype found with id ADTClothingEyesHudAdvanced
YAML Linter: Prototypes/Catalog/Fills/Lockers/heads.yml#L194
/Prototypes/Catalog/Fills/Lockers/heads.yml(194,13) No EntityPrototype found with id ADTClothingNeckHoPAltCloak
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 uses Node.js version which is deprecated 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/ProfileOptSetup.cs#L16
Unreachable code detected
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>()'
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/Containers/ContainerManagerComponent.cs#L33
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
YAML Linter: RobustToolbox/Robust.Shared/Prototypes/PrototypeManager.YamlValidate.cs#L72
The variable 'defaultErrorOccurred' is assigned but its value is never used
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'