diff options
author | Kim Alvefur <zash@zash.se> | 2019-12-20 22:23:22 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2019-12-20 22:23:22 +0100 |
commit | b3259cf52e03c1b81c823de04a3471ba60f080c6 (patch) | |
tree | d5c2c731c072fe395d18f6c1ae8316d7e98ed926 /.luacheckrc | |
parent | 7ebf9bf1bf0171f94a54a4b2887304b5c178eabf (diff) | |
download | prosody-b3259cf52e03c1b81c823de04a3471ba60f080c6.tar.gz prosody-b3259cf52e03c1b81c823de04a3471ba60f080c6.zip |
luacheck: Don't not warn about not using secondary return values
Brace for ONE BILLION WARNINGS!!!
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.luacheckrc b/.luacheckrc index 1a2516ca..6e8481de 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -128,7 +128,6 @@ 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 = false local exclude_files = { "doc/net.server.lua"; |