aboutsummaryrefslogtreecommitdiffstats
path: root/.luacheckrc
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2019-12-20 22:23:22 +0100
committerKim Alvefur <zash@zash.se>2019-12-20 22:23:22 +0100
commitb3259cf52e03c1b81c823de04a3471ba60f080c6 (patch)
treed5c2c731c072fe395d18f6c1ae8316d7e98ed926 /.luacheckrc
parent7ebf9bf1bf0171f94a54a4b2887304b5c178eabf (diff)
downloadprosody-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--.luacheckrc1
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";