Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
cleanup unused scripts and Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: yeya24 <[email protected]>
  • Loading branch information
yeya24 committed Dec 1, 2019
1 parent c56a6d2 commit ee8fa00
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 63 deletions.
12 changes: 0 additions & 12 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,6 @@ integration-test: ## Run integration test
@go test ./test
.PHONY: integration-test

check: boilerplate-check ## Check code formats
@echo "Begin to check code formats."
./hack/check.sh
@echo "Begin to check dockerd whether is startup"
./hack/check-docker.sh
.PHONY: check

boilerplate-check: ## Check code boilerplate
@echo "Begin to check code boilerplate."
./hack/boilerplate-check.sh
Expand All @@ -131,11 +124,6 @@ go-mod-tidy: ## Tidy up go.mod and go.sum
@go mod tidy
.PHONY: go-mod-tidy

go-mod-vendor: ## Vendor go mod dependency
@echo "Begin to vendor go mod dependency"
@go mod vendor
.PHONY: go-mod-vendor

check-go-mod: go-mod-tidy ## Check for unused/missing packages in go.mod
@echo "Begin to check for unused/missing packages in go.mod"
@git diff --exit-code -- go.sum go.mod
Expand Down
14 changes: 0 additions & 14 deletions hack/check-docker.sh

This file was deleted.

37 changes: 0 additions & 37 deletions hack/check.sh

This file was deleted.

0 comments on commit ee8fa00

Please sign in to comment.