mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
util.debug: Silence luacheck warning about modifying 'debug' lib
This commit is contained in:
parent
5a4948a744
commit
847ba75e55
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
|||
-- Variables ending with these names will not
|
||||
-- have their values printed ('password' includes
|
||||
-- 'new_password', etc.)
|
||||
--
|
||||
-- luacheck: ignore 122/debug
|
||||
|
||||
local censored_names = {
|
||||
password = true;
|
||||
passwd = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue