Diff

GNUmakefile @ 8823:0cf281afdf0e

Backed out changeset bf91de890107: It did not have the intended effectc
author Kim Alvefur <zash@zash.se>
date Wed, 23 May 2018 01:29:17 +0200
parent 8807:bf91de890107
child 9287:420e0bf55bf5
line wrap: on
line diff
--- a/GNUmakefile	Wed May 23 01:00:01 2018 +0200
+++ b/GNUmakefile	Wed May 23 01:29:17 2018 +0200
@@ -77,7 +77,7 @@
 	@echo "To inspect individual files run: luacov-console -l FILENAME"
 
 lint:
-	luacheck -q $$(hg files -I '**.lua' || echo core net util plugins) prosody prosodyctl
+	luacheck -q $$(hg files -I '**.lua') prosody prosodyctl
 	@echo $$(sed -n '/^exclude_files/,/^}/p;' .luacheckrc | sed '1d;$d' | wc -l) files ignored
 
 util/%.so: