summaryrefslogtreecommitdiffhomepage
path: root/nogo.yaml
diff options
context:
space:
mode:
authorTamir Duberstein <tamird@google.com>2021-02-02 14:49:55 -0800
committergVisor bot <gvisor-bot@google.com>2021-02-02 14:53:12 -0800
commitfb422db7065480f6ad2b23794ac9a16596d298c6 (patch)
treeee96a0bd1e73645bc01ad7b658c2181ee35beece /nogo.yaml
parentff8b308a30f46993f31f398c6e8d5b3bad03d865 (diff)
Update go-tools to 2020.2.1
...and a bunch of other things as I worked through the rot. Notably: - Upgrade to bazel 4.0.0 - Upgrade to Go 1.15.7 Remove go_branch stderr suppression; this made it quite difficult to see what was failing while developing this patch. PiperOrigin-RevId: 355257833
Diffstat (limited to 'nogo.yaml')
-rw-r--r--nogo.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/nogo.yaml b/nogo.yaml
index fa744a114..d9cbd900d 100644
--- a/nogo.yaml
+++ b/nogo.yaml
@@ -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