luacheck: Don't not warn about not using secondary return values

Brace for ONE BILLION WARNINGS!!!
This commit is contained in:
Kim Alvefur 2019-12-20 22:23:22 +01:00
parent 7ebf9bf1bf
commit b3259cf52e

View file

@ -128,7 +128,6 @@ files["prosody.cfg.lua"] = {
if os.getenv("PROSODY_STRICT_LINT") ~= "1" then
-- These files have not yet been brought up to standard
-- Do not add more files here, but do help us fix these!
unused_secondaries = false
local exclude_files = {
"doc/net.server.lua";