diff --git a/Makefile b/Makefile index 1fbea07..02e6e2d 100644 --- a/Makefile +++ b/Makefile @@ -74,14 +74,6 @@ test: ## Run go tests templ: ## Process TEMPL files @$(MAKE) _process_templ_files -report-card: ## Run goreportcard-cli - @$(MAKE) build - @if [ -x $$(command -v goreportcard-cli) ]; then \ - echo "$(color_cyan) * Running goreportcard-cli...$(color_reset)"; \ - goreportcard-cli -v; \ - fi - @$(MAKE) clean - clean: @echo "" @echo "$(color_magenta)Clean up$(color_reset)"