From 9279d0f59247daa1ecddcee733f1f324b56b2bdc Mon Sep 17 00:00:00 2001 From: Tom Bamford Date: Mon, 18 Jan 2021 07:28:25 +0000 Subject: [PATCH] make target to search for TODOs --- GNUmakefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/GNUmakefile b/GNUmakefile index baf91251dc..e4281d307c 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -95,6 +95,9 @@ test-compile: fi go test -c $(TEST) $(TESTARGS) +todo: + grep --color=always --exclude=GNUmakefile --exclude-dir=.git --exclude-dir=vendor --recursive TODO "$(CURDIR)" + website-lint: @echo "==> Checking documentation spelling..." @misspell -error -source=text -i hdinsight -locale UK website/