aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2018-05-23 01:29:17 +0200
committerKim Alvefur <zash@zash.se>2018-05-23 01:29:17 +0200
commitb2103694e06419716aeeb66be6002fb3fbc03beb (patch)
tree9150fc874fa4b8d7cf350b99df540ab29edd2be0 /GNUmakefile
parentc5b02dce75b1702b78e863473e4f442108c59389 (diff)
downloadprosody-b2103694e06419716aeeb66be6002fb3fbc03beb.tar.gz
prosody-b2103694e06419716aeeb66be6002fb3fbc03beb.zip
Backed out changeset bf91de890107: It did not have the intended effectc
Diffstat (limited to 'GNUmakefile')
-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: