# HG changeset patch # User Kim Alvefur # Date 1538844772 -7200 # Node ID f210ee7dffe90b2936a9b1c34f90020eca34d9bd # Parent 116a9d0a295c03d51c9563a041d103fefd79f6df .luacheckrc: Do not ignore unused secondaries in strict mode diff -r 116a9d0a295c -r f210ee7dffe9 .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";