.luacheckrc: Do not ignore unused secondaries in strict mode

This commit is contained in:
Kim Alvefur 2018-10-06 18:52:52 +02:00
parent 9b2c4b2740
commit e33c9e7a43

View file

@ -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";