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 | 66675a416af8ef45b26355debe2c4b7cb15deed7 (patch) | |
tree | d5c2c731c072fe395d18f6c1ae8316d7e98ed926 /.luacheckrc | |
parent | da2e575a136c9cc8b15989b2ced5fd4b42080075 (diff) | |
download | prosody-66675a416af8ef45b26355debe2c4b7cb15deed7.tar.gz prosody-66675a416af8ef45b26355debe2c4b7cb15deed7.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"; |