From 36345fd163abb36cf9d32fe1ef73c2ffd209af53 Mon Sep 17 00:00:00 2001 From: Richard Wall Date: Thu, 11 Jan 2024 15:24:24 +0000 Subject: [PATCH] Unhide the KubeCtl deprecation warning Signed-off-by: Richard Wall --- .golangci.ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.golangci.ci.yaml b/.golangci.ci.yaml index a0b40defd..3b8d65f09 100644 --- a/.golangci.ci.yaml +++ b/.golangci.ci.yaml @@ -34,4 +34,4 @@ issues: text: "SA(1002|1006|4000|4006)" - linters: - staticcheck - text: "(KubeCtl|NewCertManagerBasicCertificate|DeprecatedCertificateTemplateFromCertificateRequestAndAllowInsecureCSRUsageDefinition|testCA.Subjects|RootCAs.Subjects|pki.GenerateTemplate|adal.NewServicePrincipalTokenFromFederatedToken|azure-sdk-for-go|c.SingleInflight|x509.ParseCRL|)" + text: "(NewCertManagerBasicCertificate|DeprecatedCertificateTemplateFromCertificateRequestAndAllowInsecureCSRUsageDefinition|testCA.Subjects|RootCAs.Subjects|pki.GenerateTemplate|adal.NewServicePrincipalTokenFromFederatedToken|azure-sdk-for-go|c.SingleInflight|x509.ParseCRL)"