GNUmakefile: Add 'lint' target

This commit is contained in:
Matthew Wild 2018-05-18 14:58:14 +01:00
parent 13eab871ba
commit 49831eef8f

View file

@ -76,6 +76,10 @@ coverage:
luacov-console -s
@echo "To inspect individual files run: luacov-console -l FILENAME"
lint:
luacheck -q $$(hg files -I '**.lua') prosody prosodyctl
@echo $$(sed -n '/^exclude_files/,/^}/p;' .luacheckrc | sed '1d;$d' | wc -l) files ignored
util/%.so:
$(MAKE) install -C util-src