diff options
author | Kim Alvefur <zash@zash.se> | 2018-10-06 18:52:52 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2018-10-06 18:52:52 +0200 |
commit | e33c9e7a4358e13d07c3dd9c9d6b49eb92a712e7 (patch) | |
tree | 54e692b046b7650a3a17f5344f3182e76869044f | |
parent | 9b2c4b27408cbb45a53ea42fe24588474e4e60b8 (diff) | |
download | prosody-e33c9e7a4358e13d07c3dd9c9d6b49eb92a712e7.tar.gz prosody-e33c9e7a4358e13d07c3dd9c9d6b49eb92a712e7.zip |
.luacheckrc: Do not ignore unused secondaries in strict mode
-rw-r--r-- | .luacheckrc | 1 |
1 files changed, 1 insertions, 0 deletions
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"; |