mirror of
https://github.com/bjc/prosody.git
synced 2025-04-06 14:47:37 +03:00
.luacheckrc: Do not ignore unused secondaries in strict mode
This commit is contained in:
parent
9b2c4b2740
commit
e33c9e7a43
1 changed files with 1 additions and 0 deletions
|
@ -124,6 +124,7 @@ 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 = true
|
||||||
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