From 01fa29f4ebee4efebcaf676131986ef254bd163b Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 18 Jan 2022 15:22:05 -0300 Subject: Makefile: Exclude src/td.in from assert-todos.sh check --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 864c066..c4dfaba 100644 --- a/Makefile +++ b/Makefile @@ -118,7 +118,8 @@ uninstall: dev-check: check public shellcheck src/td.in src/locale/load-messages.sh sh aux/assert-shellcheck.sh - sh aux/workflow/assert-todos.sh + sh aux/workflow/assert-todos.sh \ + "$(find `git ls-files` -not -name td.in)" sh aux/workflow/assert-changelog.sh -n '$(NAME)' $(EXTRA_VERSION) sh aux/workflow/assert-readme.sh -n '$(NAME)' -m '$(MAILING_LIST)' \ $(EXTRA_VERSION) -- cgit v1.2.3