GNUmakefile
changeset 9292 b5fc11475b5d
parent 9291 1330b5290a10
child 9419 15cd0d9cde7c
--- a/GNUmakefile	Sun Sep 09 19:23:52 2018 +0200
+++ b/GNUmakefile	Sun Sep 09 19:34:59 2018 +0200
@@ -80,7 +80,7 @@
 	@echo "To inspect individual files run: luacov-console -l FILENAME"
 
 lint:
-	$(LUACHECK) -q $$(hg files -I '**.lua') prosody prosodyctl
+	$(LUACHECK) -q $$(HGPLAIN= hg files -I '**.lua') prosody prosodyctl
 	@echo $$(sed -n '/^exclude_files/,/^}/p;' .luacheckrc | sed '1d;$d' | wc -l) files ignored
 
 util/%.so: