From ae8f93e555cdce4b8d423342011b1043f1b470a6 Mon Sep 17 00:00:00 2001 From: Tamir Duberstein Date: Fri, 15 Oct 2021 15:50:38 -0700 Subject: [PATCH] Remove SA5011 suppressions https://github.com/dominikh/go-tools/issues/924 has been fixed. PiperOrigin-RevId: 403485831 --- nogo.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/nogo.yaml b/nogo.yaml index 64332cb41..f26493fcb 100644 --- a/nogo.yaml +++ b/nogo.yaml @@ -179,12 +179,6 @@ analyzers: internal: exclude: - pkg/gohacks/gohacks_unsafe.go # x ^ 0 always equals x. - SA5011: # Possible nil pointer dereference. - internal: - exclude: - # https://github.com/dominikh/go-tools/issues/924 - - pkg/sentry/fs/fdpipe/pipe_opener_test.go - - pkg/tcpip/tests/integration/link_resolution_test.go ST1019: # Multiple imports of the same package. generated: exclude: