diff --git a/Makefile b/Makefile index 77bec70d47..69a2530f28 100755 --- a/Makefile +++ b/Makefile @@ -227,6 +227,12 @@ gendocs: out/docs/minikube.md fmt: @gofmt -l -s -w $(SOURCE_DIRS) +.PHONY: reportcard +reportcard: + goreportcard-cli -v + # "disabling misspell on large repo..." + -misspell -error $(SOURCE_DIRS) + out/docs/minikube.md: $(shell find cmd) $(shell find pkg/minikube/constants) pkg/minikube/assets/assets.go cd $(GOPATH)/src/$(REPOPATH) && go run -ldflags="$(MINIKUBE_LDFLAGS)" hack/gen_help_text.go