Skip to content

Upstream Merge 11/15/2024 #2795

Upstream Merge 11/15/2024

Upstream Merge 11/15/2024 #2795

Triggered via pull request November 15, 2024 22:21
Status Failure
Total duration 3m 40s
Artifacts

yaml-linter.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 12 warnings
YAML Linter: Content.Server/_N14/UndecidedLoadout/Systems/UndecidedLoadoutBackpackSystem.cs#L82
'UserInterfaceSystem' does not contain a definition for 'TrySetUiState' and no accessible extension method 'TrySetUiState' accepting a first argument of type 'UserInterfaceSystem' could be found (are you missing a using directive or an assembly reference?)
YAML Linter: Content.Server/Standing/LayingDownSystem.cs#L30
'LayingDownComponent' does not contain a definition for 'AutoGetUp' and no accessible extension method 'AutoGetUp' accepting a first argument of type 'LayingDownComponent' could be found (are you missing a using directive or an assembly reference?)
YAML Linter: Content.Server/Radio/EntitySystems/RadioDeviceSystem.cs#L293
'ToggleHandheldRadioMicMessage' does not contain a definition for 'Session' and no accessible extension method 'Session' accepting a first argument of type 'ToggleHandheldRadioMicMessage' could be found (are you missing a using directive or an assembly reference?)
YAML Linter: Content.Server/Radio/EntitySystems/RadioDeviceSystem.cs#L302
'ToggleHandheldRadioSpeakerMessage' does not contain a definition for 'Session' and no accessible extension method 'Session' accepting a first argument of type 'ToggleHandheldRadioSpeakerMessage' could be found (are you missing a using directive or an assembly reference?)
YAML Linter: Content.Server/Radio/EntitySystems/RadioDeviceSystem.cs#L311
'SelectHandheldRadioFrequencyMessage' does not contain a definition for 'Session' and no accessible extension method 'Session' accepting a first argument of type 'SelectHandheldRadioFrequencyMessage' could be found (are you missing a using directive or an assembly reference?)
YAML Linter: Content.Server/Radio/EntitySystems/RadioDeviceSystem.cs#L326
'UserInterfaceSystem' does not contain a definition for 'TrySetUiState' and no accessible extension method 'TrySetUiState' accepting a first argument of type 'UserInterfaceSystem' could be found (are you missing a using directive or an assembly reference?)
YAML Linter: Content.Server/Nuclear14/Special/EntitySystems/SpecialSystem.cs#L95
'HumanoidCharacterProfile' does not contain a definition for 'SpecialPriorities' and no accessible extension method 'SpecialPriorities' accepting a first argument of type 'HumanoidCharacterProfile' could be found (are you missing a using directive or an assembly reference?)
YAML Linter: Content.Server/Nuclear14/Special/EntitySystems/SpecialSystem.cs#L105
'HumanoidCharacterProfile' does not contain a definition for 'SpecialPriorities' and no accessible extension method 'SpecialPriorities' accepting a first argument of type 'HumanoidCharacterProfile' could be found (are you missing a using directive or an assembly reference?)
YAML Linter: Content.Server/GameTicking/Rules/TraitorRuleSystem.cs#L87
A local variable or function named 'autoTraitorComponent' is already defined in this scope
YAML Linter: Content.Server/Traits/Assorted/LanguageKnowledgeModifierSystem.cs#L27
No overload for method 'AddLanguage' takes 5 arguments
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/ViewVariables/ViewVariablesTypeHandler.cs#L213
'Logger.ErrorS(string, Exception, string, params object?[])' is obsolete: 'Use ISawmill.Error'
YAML Linter: RobustToolbox/Robust.Shared/ProfileOptSetup.cs#L16
Unreachable code detected
YAML Linter: RobustToolbox/Robust.Shared/Utility/ZStd.cs#L288
The '&' operator should not be used on parameters or local variables in async methods.
YAML Linter: RobustToolbox/Robust.Shared/Utility/ZStd.cs#L288
The '&' operator should not be used on parameters or local variables in async methods.
YAML Linter: RobustToolbox/Robust.Shared/Toolshed/TypeParsers/StringTypeParser.cs#L96
'FormattedMessage.FromMarkup(string)' is obsolete: 'Use FromMarkupOrThrow or TryFromMarkup'
YAML Linter: RobustToolbox/Robust.Shared/Player/Filter.cs#L48
'TransformComponent.MapPosition' is obsolete: 'Use TransformSystem.GetMapCoordinates'
YAML Linter: RobustToolbox/Robust.Shared/Player/Filter.cs#L57
'TransformComponent.MapPosition' is obsolete: 'Use TransformSystem.GetMapCoordinates'
YAML Linter: RobustToolbox/Robust.Shared/Player/Filter.cs#L67
'EntityCoordinates.ToMap(IEntityManager, SharedTransformSystem)' is obsolete: 'Use SharedTransformSystem.ToMapCoordinates()'
YAML Linter: RobustToolbox/Robust.Shared/Physics/Systems/SharedPhysicsSystem.Components.cs#L56
'SharedPhysicsSystem.SetAwake(EntityUid, PhysicsComponent, bool, bool)' is obsolete: 'Use SetAwake with EntityUid<PhysicsComponent>'