diff options
author | Matthew Wild <mwild1@gmail.com> | 2018-10-01 15:35:53 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2018-10-01 15:35:53 +0100 |
commit | 74b7cb631f936e02f65dd9cf0a31f25451596ecd (patch) | |
tree | 7f6b6bf613ba968cb9010aeb2dcd0c64d1bc30ee | |
parent | a0be8f59f5789f9aa5cbbf1757555685064812b5 (diff) | |
download | prosody-74b7cb631f936e02f65dd9cf0a31f25451596ecd.tar.gz prosody-74b7cb631f936e02f65dd9cf0a31f25451596ecd.zip |
make lint: Add shellcheck of configure script
-rw-r--r-- | GNUmakefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |