diff options
author | Kim Alvefur <zash@zash.se> | 2018-05-23 01:29:17 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2018-05-23 01:29:17 +0200 |
commit | b2103694e06419716aeeb66be6002fb3fbc03beb (patch) | |
tree | 9150fc874fa4b8d7cf350b99df540ab29edd2be0 | |
parent | c5b02dce75b1702b78e863473e4f442108c59389 (diff) | |
download | prosody-b2103694e06419716aeeb66be6002fb3fbc03beb.tar.gz prosody-b2103694e06419716aeeb66be6002fb3fbc03beb.zip |
Backed out changeset bf91de890107: It did not have the intended effectc
-rw-r--r-- | GNUmakefile | 2 |
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: |