Changeset

10527:d59be9befad7

luacheck: Don't not warn about not using secondary return values Brace for ONE BILLION WARNINGS!!!
author Kim Alvefur <zash@zash.se>
date Fri, 20 Dec 2019 22:23:22 +0100
parents 10521:cbb2c3f8bb1d
children 10528:48300484a124
files .luacheckrc
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.luacheckrc	Mon Dec 23 20:57:10 2019 +0100
+++ b/.luacheckrc	Fri Dec 20 22:23:22 2019 +0100
@@ -128,7 +128,6 @@
 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";