Skip to content
This repository was archived by the owner on Dec 13, 2018. It is now read-only.

Commit 6585cf0

Browse files
committed
Use validate-vet script from docker
It tests only changed files from commit. We can't expect vet fixes from all projects from vendor directory. Signed-off-by: Alexander Morozov <[email protected]>
1 parent 73eab50 commit 6585cf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: hack/validate.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ validate() {
99
bash /go/src/github.com/docker/docker/hack/make/validate-dco
1010
bash /go/src/github.com/docker/docker/hack/make/validate-gofmt
1111
go get golang.org/x/tools/cmd/vet
12-
go vet github.com/docker/libcontainer/...
12+
bash /go/src/github.com/docker/docker/hack/make/validate-vet
1313
}
1414

1515
# run validations

0 commit comments

Comments
 (0)