Commit 2f5aea7c authored by Josh Bleecher Snyder's avatar Josh Bleecher Snyder

Revert "Revert "cmd/vet/all: remove pprof from the whitelist""

This reverts commit 9bd1cc3f.

Reason for revert: New fixes in from upstream. Try this again.

Change-Id: Iea46f32857e8467f8d5a49b31e20a52fda8bce60
Reviewed-on: https://go-review.googlesource.com/37693Reviewed-by: default avatarBrad Fitzpatrick <bradfitz@golang.org>
parent 85bae0a9
......@@ -182,9 +182,6 @@ var ignorePathPrefixes = [...]string{
"cmd/go/testdata/",
"cmd/vet/testdata/",
"go/printer/testdata/",
// Ignore pprof for the moment to get the builders happy.
// TODO: Fix all the issues and reinstate.
"cmd/vendor/github.com/google/pprof",
}
func vetPlatforms(pp []platform) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment