Remove SA5011 suppressions

https://github.com/dominikh/go-tools/issues/924 has been fixed.

PiperOrigin-RevId: 403485831
This commit is contained in:
Tamir Duberstein 2021-10-15 15:50:38 -07:00 committed by gVisor bot
parent 706f6f35f4
commit ae8f93e555
1 changed files with 0 additions and 6 deletions

View File

@ -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: