.luacheckrc: Do not ignore unused secondaries in strict mode
authorKim Alvefur <zash@zash.se>
Sat, 06 Oct 2018 18:52:52 +0200
changeset 9445 f210ee7dffe9
parent 9444 116a9d0a295c
child 9446 4e881be88727
.luacheckrc: Do not ignore unused secondaries in strict mode
.luacheckrc
--- a/.luacheckrc	Sat Oct 06 18:50:30 2018 +0200
+++ b/.luacheckrc	Sat Oct 06 18:52:52 2018 +0200
@@ -124,6 +124,7 @@
 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";