summaryrefslogtreecommitdiffhomepage
path: root/tools/nogo.json
diff options
context:
space:
mode:
authorAdin Scannell <ascannell@google.com>2020-03-25 16:57:37 -0700
committerAdin Scannell <ascannell@google.com>2020-04-08 10:14:34 -0700
commitf888b9ce83c202bb77c1e29c3ee60cc485906536 (patch)
treebcec43d0dc20584d5a3963154b8e2ef05b31bb99 /tools/nogo.json
parent928a7c60b8f02811e9c0fcbed0077efd55471cc4 (diff)
Fix unused result errors.
This fixes a bug in the proc net directory. Updates #2243
Diffstat (limited to 'tools/nogo.json')
-rw-r--r--tools/nogo.json6
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/nogo.json b/tools/nogo.json
index f69999e50..09bda9212 100644
--- a/tools/nogo.json
+++ b/tools/nogo.json
@@ -44,11 +44,5 @@
"/pkg/sentry/platform/safecopy/safecopy_unsafe.go": "allowed: special case",
"/pkg/sentry/vfs/mount_unsafe.go": "allowed: special case"
}
- },
- "unusedresult": {
- "exclude_files": {
- "/pkg/sentry/fsimpl/proc/task_net.go": "fix: result of fmt.Sprintf call not used",
- "/pkg/sentry/fsimpl/proc/tasks_net.go": "fix: result of fmt.Sprintf call not used"
- }
}
}