Skip to content
This repository was archived by the owner on Sep 9, 2020. It is now read-only.

Commit b439b8d

Browse files
committed
ignore (*Manifest).PruneOptionsFor is unused error
Signed-off-by: Ibrahim AshShohail <[email protected]>
1 parent 09e6f3b commit b439b8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/lint.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ set -e
99
PKGS=$(go list ./... | grep -vF /vendor/)
1010
go vet $PKGS
1111
golint $PKGS
12-
megacheck -unused.exported -ignore "github.com/golang/dep/internal/test/test.go:U1000 github.com/golang/dep/gps/prune.go:U1000" $PKGS
12+
megacheck -unused.exported -ignore "github.com/golang/dep/internal/test/test.go:U1000 github.com/golang/dep/gps/prune.go:U1000 github.com/golang/dep/manifest.go:U1000" $PKGS

0 commit comments

Comments
 (0)