diff options
author | Matthew Wild <mwild1@gmail.com> | 2018-10-01 15:26:51 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2018-10-01 15:26:51 +0100 |
commit | b6d632fafa7a25ea79f11121df9ae63505c4d48a (patch) | |
tree | a27248eeca8c9213f1930659b7e6102328edb1be /GNUmakefile | |
parent | 0ddec30924c8eb44d4c24913a38e1708619c3764 (diff) | |
download | prosody-b6d632fafa7a25ea79f11121df9ae63505c4d48a.tar.gz prosody-b6d632fafa7a25ea79f11121df9ae63505c4d48a.zip |
make lint: Fix 'ignored files' count
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
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 |