make lint: Add shellcheck of configure script

This commit is contained in:
Matthew Wild 2018-10-01 15:35:53 +01:00
parent 32a0e9805a
commit 90e3e7c116

View file

@ -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