From e33c9e7a4358e13d07c3dd9c9d6b49eb92a712e7 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Sat, 6 Oct 2018 18:52:52 +0200 Subject: .luacheckrc: Do not ignore unused secondaries in strict mode --- .luacheckrc | 1 + 1 file changed, 1 insertion(+) (limited to '.luacheckrc') diff --git a/.luacheckrc b/.luacheckrc index fe9ff3a2..00006d33 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -124,6 +124,7 @@ 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 = true local exclude_files = { "doc/net.server.lua"; -- cgit v1.2.3