diff options
Diffstat (limited to 'nogo.yaml')
-rw-r--r-- | nogo.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -155,5 +155,6 @@ analyzers: SA5011: internal: exclude: - - pkg/sentry/fs/fdpipe/pipe_opener_test.go # False positive. - - pkg/tcpip/tests/integration/link_resolution_test.go # False positive. + # https://github.com/dominikh/go-tools/issues/924 + - pkg/sentry/fs/fdpipe/pipe_opener_test.go + - pkg/tcpip/tests/integration/link_resolution_test.go |