Add check-vendor script

This checks vendor dir for nested vendors
and if vendor has been cleaned by glide-vc
This commit is contained in:
Tomas Kral
2016-12-07 19:57:47 +01:00
parent 5c5e0d16d5
commit a0ba435efb
3 changed files with 76 additions and 0 deletions
+3
View File
@@ -54,3 +54,6 @@ lint:
./script/make.sh validate-lint
gofmt:
./script/make.sh validate-gofmt
check-vendor:
./script/make.sh check-vendor