From 90e3e7c1164c515b91d2023f99fd767da8520f07 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Mon, 1 Oct 2018 15:35:53 +0100 Subject: make lint: Add shellcheck of configure script --- GNUmakefile | 1 + 1 file changed, 1 insertion(+) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index bfc55076..15b0e03d 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -82,6 +82,7 @@ coverage: 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 -- cgit v1.2.3