summaryrefslogtreecommitdiffhomepage
path: root/nogo.yaml
diff options
context:
space:
mode:
authorTamir Duberstein <tamird@google.com>2021-10-15 15:50:38 -0700
committergVisor bot <gvisor-bot@google.com>2021-10-15 15:53:25 -0700
commitae8f93e555cdce4b8d423342011b1043f1b470a6 (patch)
tree39018140f1781e9b12a70c15ac572631ea795cc6 /nogo.yaml
parent706f6f35f468c63cfaf385fb099af09b835bcfe1 (diff)
Remove SA5011 suppressions
https://github.com/dominikh/go-tools/issues/924 has been fixed. PiperOrigin-RevId: 403485831
Diffstat (limited to 'nogo.yaml')
-rw-r--r--nogo.yaml6
1 files changed, 0 insertions, 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: