Changeset

9423:d4e8aedc0f82

make lint: Add shellcheck of configure script
author Matthew Wild <mwild1@gmail.com>
date Mon, 01 Oct 2018 15:35:53 +0100
parents 9422:b7aad88c537b
children 9424:3409d617dcd3
files GNUmakefile
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/GNUmakefile	Mon Oct 01 15:33:10 2018 +0100
+++ b/GNUmakefile	Mon Oct 01 15:35:53 2018 +0100
@@ -82,6 +82,7 @@
 lint:
 	$(LUACHECK) -q $$(HGPLAIN= hg files -I '**.lua') prosody prosodyctl
 	@echo $$(sed -n '/^\tlocal exclude_files/,/^}/p;' .luacheckrc | sed '1d;$d' | wc -l) files ignored
+	shellcheck configure
 
 util/%.so:
 	$(MAKE) install -C util-src