aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
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: