From b3259cf52e03c1b81c823de04a3471ba60f080c6 Mon Sep 17 00:00:00 2001
From: Kim Alvefur <zash@zash.se>
Date: Fri, 20 Dec 2019 22:23:22 +0100
Subject: luacheck: Don't not warn about not using secondary return values

Brace for ONE BILLION WARNINGS!!!
---
 .luacheckrc | 1 -
 1 file changed, 1 deletion(-)

(limited to '.luacheckrc')

diff --git a/.luacheckrc b/.luacheckrc
index 1a2516ca..6e8481de 100644
--- a/.luacheckrc
+++ b/.luacheckrc
@@ -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";
-- 
cgit v1.2.3