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 | d7765c7df820c386fc82a40a28df6dde96f323b0 (patch) | |
tree | a27248eeca8c9213f1930659b7e6102328edb1be /GNUmakefile | |
parent | 0cf46e37a751d64c9d76419f4fa41f911a3359c6 (diff) | |
download | prosody-d7765c7df820c386fc82a40a28df6dde96f323b0.tar.gz prosody-d7765c7df820c386fc82a40a28df6dde96f323b0.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 |