Skip to content

Commit

Permalink
chore(Makefile): remove report-card target
Browse files Browse the repository at this point in the history
  • Loading branch information
indaco committed Apr 29, 2024
1 parent 393eca8 commit 30ada22
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit 30ada22

Please sign in to comment.