mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
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 <lk4d4@docker.com>
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ validate() {
|
||||
bash /go/src/github.com/docker/docker/hack/make/validate-dco
|
||||
bash /go/src/github.com/docker/docker/hack/make/validate-gofmt
|
||||
go get golang.org/x/tools/cmd/vet
|
||||
go vet github.com/docker/libcontainer/...
|
||||
bash /go/src/github.com/docker/docker/hack/make/validate-vet
|
||||
}
|
||||
|
||||
# run validations
|
||||
|
||||
Reference in New Issue
Block a user