aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2018-10-01 15:26:51 +0100
committerMatthew Wild <mwild1@gmail.com>2018-10-01 15:26:51 +0100
commitb6d632fafa7a25ea79f11121df9ae63505c4d48a (patch)
treea27248eeca8c9213f1930659b7e6102328edb1be /GNUmakefile
parent0ddec30924c8eb44d4c24913a38e1708619c3764 (diff)
downloadprosody-b6d632fafa7a25ea79f11121df9ae63505c4d48a.tar.gz
prosody-b6d632fafa7a25ea79f11121df9ae63505c4d48a.zip
make lint: Fix 'ignored files' count
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 78d0c105..bfc55076 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -81,7 +81,7 @@ coverage:
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