build: Also vet and lint build script

GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3159
This commit is contained in:
Lars K.W. Gohlke 2016-05-23 12:23:55 +00:00 committed by Jakob Borg
parent 98734375f2
commit 30436741a7
1 changed files with 2 additions and 0 deletions

View File

@ -217,9 +217,11 @@ func main() {
clean()
case "vet":
vet("build.go")
vet("cmd", "lib")
case "lint":
lint(".")
lint("./cmd/...")
lint("./lib/...")