From b2103694e06419716aeeb66be6002fb3fbc03beb Mon Sep 17 00:00:00 2001
From: Kim Alvefur <zash@zash.se>
Date: Wed, 23 May 2018 01:29:17 +0200
Subject: Backed out changeset bf91de890107: It did not have the intended
 effectc

---
 GNUmakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'GNUmakefile')

diff --git a/GNUmakefile b/GNUmakefile
index b96b6df7..69fa12f3 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -77,7 +77,7 @@ coverage:
 	@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:
-- 
cgit v1.2.3