From 30ada22ebecff8f262dd3a3be1e7e69809eb7bc3 Mon Sep 17 00:00:00 2001 From: indaco Date: Mon, 29 Apr 2024 12:14:31 +0200 Subject: [PATCH] chore(Makefile): remove report-card target --- Makefile | 8 -------- 1 file changed, 8 deletions(-) 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)"