aboutsummaryrefslogtreecommitdiffstats
path: root/.luacheckrc
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2018-10-06 18:52:52 +0200
committerKim Alvefur <zash@zash.se>2018-10-06 18:52:52 +0200
commite33c9e7a4358e13d07c3dd9c9d6b49eb92a712e7 (patch)
tree54e692b046b7650a3a17f5344f3182e76869044f /.luacheckrc
parent9b2c4b27408cbb45a53ea42fe24588474e4e60b8 (diff)
downloadprosody-e33c9e7a4358e13d07c3dd9c9d6b49eb92a712e7.tar.gz
prosody-e33c9e7a4358e13d07c3dd9c9d6b49eb92a712e7.zip
.luacheckrc: Do not ignore unused secondaries in strict mode
Diffstat (limited to '.luacheckrc')
-rw-r--r--.luacheckrc1
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";