aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 0253cacd..69fa12f3 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -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