mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-31 09:02:41 +01:00
Disable CA1506 for DeploymentProcess
This commit is contained in:
@@ -531,6 +531,7 @@ namespace Tgstation.Server.Host.Components.Deployment
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
#pragma warning disable CA1506
|
||||
public async Task DeploymentProcess(
|
||||
Models.Job job,
|
||||
IDatabaseContext databaseContext,
|
||||
@@ -670,6 +671,7 @@ namespace Tgstation.Server.Host.Components.Deployment
|
||||
cancellationToken)
|
||||
.ConfigureAwait(false);
|
||||
}
|
||||
#pragma warning restore CA1506
|
||||
|
||||
/// <summary>
|
||||
/// Calculate the average length of a deployment using a given <paramref name="databaseContext"/>.
|
||||
|
||||
Reference in New Issue
Block a user