Software /
code /
prosody
Diff
.luacheckrc @ 10527:d59be9befad7
luacheck: Don't not warn about not using secondary return values
Brace for ONE BILLION WARNINGS!!!
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 20 Dec 2019 22:23:22 +0100 |
parent | 10498:d302fc749464 |
child | 10723:144a1ee24a4e |
line wrap: on
line diff
--- a/.luacheckrc Mon Dec 23 20:57:10 2019 +0100 +++ b/.luacheckrc Fri Dec 20 22:23:22 2019 +0100 @@ -128,7 +128,6 @@ 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";