# HG changeset patch # User Kim Alvefur # Date 1593303325 -7200 # Node ID f997e3e8bc23563dcf3e5b2c8e550349bf3a80ba # Parent 3b9d533da8fe57f040abbd564697ea477a266983 util.dependencies: Quiet luacheck diff -r 3b9d533da8fe -r f997e3e8bc23 util/dependencies.lua --- a/util/dependencies.lua Sat Jun 27 14:25:57 2020 +0200 +++ b/util/dependencies.lua Sun Jun 28 02:15:25 2020 +0200 @@ -98,8 +98,8 @@ }, "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" };