mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +03:00
Backed out changeset bf91de890107: It did not have the intended effectc
This commit is contained in:
parent
c5b02dce75
commit
b2103694e0
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ coverage:
|
||||||
@echo "To inspect individual files run: luacov-console -l FILENAME"
|
@echo "To inspect individual files run: luacov-console -l FILENAME"
|
||||||
|
|
||||||
lint:
|
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
|
@echo $$(sed -n '/^exclude_files/,/^}/p;' .luacheckrc | sed '1d;$d' | wc -l) files ignored
|
||||||
|
|
||||||
util/%.so:
|
util/%.so:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue