Skip to content

Commit

Permalink
make target to search for TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
manicminer committed Jan 18, 2021
1 parent 251c86d commit 9279d0f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 9279d0f

Please sign in to comment.