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 | b4fc967e2a5134595e93a1be55d827f3fd1d2ba8 (patch) | |
tree | 9150fc874fa4b8d7cf350b99df540ab29edd2be0 | |
parent | eca4055df8f0a016698d4e79ab9617f8a98f7642 (diff) | |
download | prosody-b4fc967e2a5134595e93a1be55d827f3fd1d2ba8.tar.gz prosody-b4fc967e2a5134595e93a1be55d827f3fd1d2ba8.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: |