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 | 1939a861ee67287173f95ac89797458266d5ddcb (patch) | |
tree | 54e692b046b7650a3a17f5344f3182e76869044f /.luacheckrc | |
parent | e02f405a5fcc3f90ed881261d2953a90a3a16257 (diff) | |
download | prosody-1939a861ee67287173f95ac89797458266d5ddcb.tar.gz prosody-1939a861ee67287173f95ac89797458266d5ddcb.zip |
.luacheckrc: Do not ignore unused secondaries in strict mode
Diffstat (limited to '.luacheckrc')
-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"; |