From 68f11a09c22fd7796cf6e453753fefd0b1371cf7 Mon Sep 17 00:00:00 2001 From: Kevin Krakauer Date: Mon, 9 Dec 2024 11:54:44 -0800 Subject: [PATCH] remove TODO for "safer" netstack refcounting This idea was shelved for being to cumbersome. PiperOrigin-RevId: 704367355 --- nogo.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nogo.yaml b/nogo.yaml index 667af76a7..b6262ac06 100644 --- a/nogo.yaml +++ b/nogo.yaml @@ -263,7 +263,3 @@ analyzers: suppress: - "comment on exported type Translation" # Intentional. - "comment on exported type PinnedRange" # Intentional. - ST1016: # CheckReceiverNamesIdentical - internal: - exclude: - - pkg/tcpip/stack/packet_buffer.go # TODO(b/233086175): Remove.