Software /
code /
prosody
Comparison
.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 |
comparison
equal
deleted
inserted
replaced
10521:cbb2c3f8bb1d | 10527:d59be9befad7 |
---|---|
126 } | 126 } |
127 | 127 |
128 if os.getenv("PROSODY_STRICT_LINT") ~= "1" then | 128 if os.getenv("PROSODY_STRICT_LINT") ~= "1" then |
129 -- These files have not yet been brought up to standard | 129 -- These files have not yet been brought up to standard |
130 -- Do not add more files here, but do help us fix these! | 130 -- Do not add more files here, but do help us fix these! |
131 unused_secondaries = false | |
132 | 131 |
133 local exclude_files = { | 132 local exclude_files = { |
134 "doc/net.server.lua"; | 133 "doc/net.server.lua"; |
135 | 134 |
136 "fallbacks/bit.lua"; | 135 "fallbacks/bit.lua"; |