GNUmakefile
changeset 9419 15cd0d9cde7c
parent 9292 b5fc11475b5d
child 9426 d4e8aedc0f82
--- a/GNUmakefile	Sun Sep 30 17:55:13 2018 +0200
+++ b/GNUmakefile	Mon Oct 01 15:26:51 2018 +0100
@@ -81,7 +81,7 @@
 
 lint:
 	$(LUACHECK) -q $$(HGPLAIN= hg files -I '**.lua') prosody prosodyctl
-	@echo $$(sed -n '/^exclude_files/,/^}/p;' .luacheckrc | sed '1d;$d' | wc -l) files ignored
+	@echo $$(sed -n '/^\tlocal exclude_files/,/^}/p;' .luacheckrc | sed '1d;$d' | wc -l) files ignored
 
 util/%.so:
 	$(MAKE) install -C util-src