Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Fix whitelistadd requiring server restart #762

Fix whitelistadd requiring server restart

Fix whitelistadd requiring server restart #762

Triggered via pull request October 14, 2023 23:37
Status Success
Total duration 3m 56s
Artifacts

yaml-linter.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
YAML Linter
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, space-wizards/submodule-dependency@v0.1.5. 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: RobustToolbox/Robust.Shared/Prototypes/EntityPrototype.cs#L24
'ISerializationHooks' is obsolete: 'Avoid using ISerializationHooks in favour of (Custom)TypeSerializers or ComponentInit-Events.'
YAML Linter: RobustToolbox/Robust.Shared/ViewVariables/Commands/ViewVariablesBaseCommand.cs#L10
'LocalizedCommands' is obsolete: 'You should use ToolshedCommand instead.'
YAML Linter: RobustToolbox/Robust.Shared/Configuration/ConfigurationCommands.cs#L12
'LocalizedCommands' is obsolete: 'You should use ToolshedCommand instead.'
YAML Linter: RobustToolbox/Robust.Shared/Containers/ContainerManagerComponent.cs#L22
'ISerializationHooks' is obsolete: 'Avoid using ISerializationHooks in favour of (Custom)TypeSerializers or ComponentInit-Events.'
YAML Linter: RobustToolbox/Robust.Shared/Containers/ContainerManagerComponent.cs#L19
'ComponentReferenceAttribute' is obsolete: 'Refactor your code to not use component references.'
YAML Linter: RobustToolbox/Robust.Shared/Console/Commands/ConfigurationCommands.cs#L8
'LocalizedCommands' is obsolete: 'You should use ToolshedCommand instead.'
YAML Linter: RobustToolbox/Robust.Shared/Console/Commands/DumpDependencyInjectors.cs#L6
'LocalizedCommands' is obsolete: 'You should use ToolshedCommand instead.'
YAML Linter: RobustToolbox/Robust.Shared/Console/IConsoleHost.cs#L53
'IConsoleCommand' is obsolete: 'New commands should utilize RtShellCommand.'
YAML Linter: RobustToolbox/Robust.Shared/Console/IConsoleHost.cs#L277
'IConsoleCommand' is obsolete: 'New commands should utilize RtShellCommand.'
YAML Linter: RobustToolbox/Robust.Shared/Console/Commands/DumpEventTablesCommand.cs#L7
'LocalizedCommands' is obsolete: 'You should use ToolshedCommand instead.'