mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +03:00
luacheck: Don't not warn about not using secondary return values
Brace for ONE BILLION WARNINGS!!!
This commit is contained in:
parent
7ebf9bf1bf
commit
b3259cf52e
1 changed files with 0 additions and 1 deletions
|
@ -128,7 +128,6 @@ files["prosody.cfg.lua"] = {
|
||||||
if os.getenv("PROSODY_STRICT_LINT") ~= "1" then
|
if os.getenv("PROSODY_STRICT_LINT") ~= "1" then
|
||||||
-- These files have not yet been brought up to standard
|
-- These files have not yet been brought up to standard
|
||||||
-- Do not add more files here, but do help us fix these!
|
-- Do not add more files here, but do help us fix these!
|
||||||
unused_secondaries = false
|
|
||||||
|
|
||||||
local exclude_files = {
|
local exclude_files = {
|
||||||
"doc/net.server.lua";
|
"doc/net.server.lua";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue