mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
util.dependencies: Quiet luacheck
This commit is contained in:
parent
8c73ea0b22
commit
fb63560591
1 changed files with 2 additions and 2 deletions
|
@ -98,8 +98,8 @@ local function check_dependencies()
|
|||
}, "WebSocket support will not be available", err);
|
||||
end
|
||||
|
||||
local unbound, err = softreq"lunbound";
|
||||
if not unbound then
|
||||
local unbound, err = softreq"lunbound"; -- luacheck: ignore 211/err
|
||||
if not unbound then -- luacheck: ignore 542
|
||||
--[[ TODO Re-enable once packages are available
|
||||
missingdep("lua-unbound", {
|
||||
{ "luarocks", "luarocks install luaunbound" };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue