mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
make lint: Fix 'ignored files' count
This commit is contained in:
parent
0ddec30924
commit
b6d632fafa
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue