Skip to content

Commit

Permalink
github migration
Browse files Browse the repository at this point in the history
Signed-off-by: csavula <[email protected]>
  • Loading branch information
csavulalfx committed May 28, 2024
1 parent 2215da4 commit ad044a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,16 @@ vet: ${GO_BIN_FILES} ${GO_LIB_FILES} ${GO_TEST_FILES} ${GO_LIBTEST_FILES}
go vet $(PKG_LIST)

imports: ${GO_BIN_FILES} ${GO_LIB_FILES} ${GO_TEST_FILES} ${GO_LIBTEST_FILES}
go install golang.org/x/tools/cmd/goimports
./scripts/for_each_go_file.sh "${GO_IMPORTS}"

usedexports: ${GO_BIN_FILES} ${GO_LIB_FILES} ${GO_TEST_FILES} ${GO_LIBTEST_FILES}
go install github.com/jgautheron/usedexports
${GO_USEDEXPORTS} ./...

errcheck: ${GO_BIN_FILES} ${GO_LIB_FILES} ${GO_TEST_FILES} ${GO_LIBTEST_FILES}
${GO_ERRCHECK} ./...
go install github.com/kisielk/errcheck

test:
go test -v $(PKG_LIST)
Expand Down

0 comments on commit ad044a8

Please sign in to comment.