Skip to content

Commit

Permalink
add a todos Make target
Browse files Browse the repository at this point in the history
  • Loading branch information
pnezis committed Nov 18, 2023
1 parent fd2d8cf commit c23f4e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
help: ## Display this help.
@awk 'BEGIN {FS = ":.*##"; printf "\nUsage:\n make \033[36m<target>\033[0m\n"} /^[a-zA-Z_0-9-]+:.*?##/ { printf " \033[36m%-20s\033[0m %s\n", $$1, $$2 } /^##@/ { printf "\n\033[1m%s\033[0m\n", substr($$0, 5) } ' $(MAKEFILE_LIST)

.PHONY: todos
todos: ## Find TODOs in the codebase
@rg TODO

##@ Linting

.PHONE: spell
Expand Down

0 comments on commit c23f4e9

Please sign in to comment.