aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-01-18 14:10:13 -0300
committerEuAndreh <eu@euandre.org>2022-01-18 14:10:13 -0300
commitdffc98a1d10a568c5c9d957ddc798ba4340ab485 (patch)
treefb1ebf321812c8e7b5047c37da82825e5aec446e
parentTODOs.md: Mark #td-05580844-40db-0db6-b11e-9f041a08c0a7 as DONE. (diff)
downloadtd-dffc98a1d10a568c5c9d957ddc798ba4340ab485.tar.gz
td-dffc98a1d10a568c5c9d957ddc798ba4340ab485.tar.xz
Makefile: Run ShellCheck on src/td.in in "dev-check" target
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a3a0627..864c066 100644
--- a/Makefile
+++ b/Makefile
@@ -116,7 +116,7 @@ uninstall:
#
dev-check: check public
- echo FIXME shellcheck
+ shellcheck src/td.in src/locale/load-messages.sh
sh aux/assert-shellcheck.sh
sh aux/workflow/assert-todos.sh
sh aux/workflow/assert-changelog.sh -n '$(NAME)' $(EXTRA_VERSION)