From: Omar Sandoval Date: Wed, 25 Apr 2018 22:59:16 +0000 (-0700) Subject: Makefile: check for leftover TODO comments in new tests X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=6ea47c9208b3283c0e39ccffe6c16b135c7bc4b4;p=users%2Fsagi%2Fblktests.git Makefile: check for leftover TODO comments in new tests Signed-off-by: Omar Sandoval --- diff --git a/Makefile b/Makefile index c41d42c..14ba834 100644 --- a/Makefile +++ b/Makefile @@ -19,5 +19,6 @@ SHELLCHECK_EXCLUDE := SC1090,SC2034,SC2119,SC2154,SC2209 check: shellcheck -x -e $(SHELLCHECK_EXCLUDE) -f gcc check new common/* tests/*/[0-9]*[0-9] + ! grep TODO tests/*/[0-9]*[0-9] .PHONY: all check