From 3f64abdfb7ae2035433c36c58b4b9366065ac748 Mon Sep 17 00:00:00 2001 From: Adin Scannell Date: Thu, 23 Feb 2023 14:52:36 -0800 Subject: [PATCH] Add exception for runtime-internal issue. PiperOrigin-RevId: 511893805 --- nogo.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nogo.yaml b/nogo.yaml index d93768bd1..dbd3110b5 100644 --- a/nogo.yaml +++ b/nogo.yaml @@ -209,10 +209,11 @@ analyzers: checklinkname: external: # Enabled. suppress: - # Suppress bad linkname directives in the internals. This may be fixed - # by the patch: https://go-review.googlesource.com/c/go/+/466615 + # Suppress bad linkname directives in the internals. These will be fixed + # in the bug: https://github.com/golang/go/issues/58440 - "symbol \"runtime_pollWaitCanceled\".*" - "symbol \"runtime_procPin\".*" + - "symbol \"registerMetric\".*" exclude: - ".*/containerd/sys/subprocess_unsafe_linux.go" internal: