Backed out changeset bf91de890107: It did not have the intended effectc
authorKim Alvefur <zash@zash.se>
Wed, 23 May 2018 01:29:17 +0200
changeset 8826 0cf281afdf0e
parent 8825 4afa77e0d2b0
child 8827 9232305618ac
Backed out changeset bf91de890107: It did not have the intended effectc
GNUmakefile
--- 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: