From c94379d700d31937e0d17ddfb9fbfd0d9ae40f4a Mon Sep 17 00:00:00 2001 From: Dominion Date: Mon, 24 Apr 2023 20:44:40 -0400 Subject: [PATCH] Revert "Remove unneccessary warning suppression" This reverts commit 8c11454239c72f7a4b24f1be4ea0277fbcab8709. --- src/Tgstation.Server.Host/Controllers/TgsAuthorizeAttribute.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Tgstation.Server.Host/Controllers/TgsAuthorizeAttribute.cs b/src/Tgstation.Server.Host/Controllers/TgsAuthorizeAttribute.cs index ece53c44ae..a16cf7646d 100644 --- a/src/Tgstation.Server.Host/Controllers/TgsAuthorizeAttribute.cs +++ b/src/Tgstation.Server.Host/Controllers/TgsAuthorizeAttribute.cs @@ -9,6 +9,7 @@ namespace Tgstation.Server.Host.Controllers /// /// Helper for using the with the system. /// +#pragma warning disable CA1019 [AttributeUsage(AttributeTargets.Class | AttributeTargets.Method, AllowMultiple = true, Inherited = true)] sealed class TgsAuthorizeAttribute : AuthorizeAttribute {