Browse Source

build: Also vet and lint build script

GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3159
Lars K.W. Gohlke 9 years ago
parent
commit
30436741a7
1 changed files with 2 additions and 0 deletions
  1. 2 0
      build.go

+ 2 - 0
build.go

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