Skip to content

Commit cf91f4f

Browse files
committed
run go tool vet on packages and src
1 parent b1145cf commit cf91f4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ pkg/scwversion/version.go: .git
6464

6565
$(BUILD_LIST): %_build: %_fmt %_iref
6666
$(GOBUILD) -o $(NAME) ./$*
67-
go tool vet -all=true $(PACKAGES)
67+
go tool vet -all=true $(PACKAGES) $(SRC)
6868
$(CLEAN_LIST): %_clean:
6969
$(GOCLEAN) ./$*
7070
$(INSTALL_LIST): %_install:

0 commit comments

Comments
 (0)