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 af84123 commit 2215da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ fmt: ${GO_BIN_FILES} ${GO_LIB_FILES} ${GO_TEST_FILES} ${GO_LIBTEST_FILES}
./scripts/for_each_go_file.sh "${GO_FMT}"

lint: ## Lint the files
go get -u golang.org/x/lint/golint
go install golang.org/x/lint/golint
golint -set_exit_status $(PKG_LIST)

vet: ${GO_BIN_FILES} ${GO_LIB_FILES} ${GO_TEST_FILES} ${GO_LIBTEST_FILES}
Expand Down

0 comments on commit 2215da4

Please sign in to comment.