diff options
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index ee52814b..78d0c105 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -80,7 +80,7 @@ coverage: @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: |