Changeset

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
parents 8822:4afa77e0d2b0
children 8824:9232305618ac
files GNUmakefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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: