Skip to content

Commit 894b9fe

Browse files
committed
Merge pull request #139 from QuentinPerez/go_vet
run go tool vet on packages and src
2 parents eab1d54 + cf91f4f commit 894b9fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
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)