Skip to content

Commit

Permalink
add go vet target
Browse files Browse the repository at this point in the history
  • Loading branch information
edcdavid committed Aug 20, 2024
1 parent a1cfb82 commit 20dce16
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ lint:
# Install golangci-lint
install-lint:
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ${GO_PATH}/bin ${GOLANGCI_VERSION}
vet:
go vet ${GO_PACKAGES}

0 comments on commit 20dce16

Please sign in to comment.