From 307e7b6087a3f1960ac4e735dddff6383fa2e74f Mon Sep 17 00:00:00 2001 From: Richard Wall Date: Fri, 26 Jan 2024 17:44:07 +0000 Subject: [PATCH] Unhide the SingleInflight 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 e0564514d..8afea8633 100644 --- a/.golangci.ci.yaml +++ b/.golangci.ci.yaml @@ -34,4 +34,4 @@ issues: text: "SA(1002|1006|4000|4006)" - linters: - staticcheck - text: "(NewCertManagerBasicCertificate|DeprecatedCertificateTemplateFromCertificateRequestAndAllowInsecureCSRUsageDefinition|testCA.Subjects|RootCAs.Subjects|pki.GenerateTemplate|c.SingleInflight)" + text: "(NewCertManagerBasicCertificate|DeprecatedCertificateTemplateFromCertificateRequestAndAllowInsecureCSRUsageDefinition|testCA.Subjects|RootCAs.Subjects|pki.GenerateTemplate)"