aboutsummaryrefslogtreecommitdiffstats
path: root/util/debug.lua
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2016-02-22 17:34:42 +0100
committerKim Alvefur <zash@zash.se>2016-02-22 17:34:42 +0100
commit847ba75e55404bc8d386e1edf80699c921520aca (patch)
treef55ee2fad6053f76941db40af2ef9e758966fdaa /util/debug.lua
parent5a4948a7447c459b604465d412759c44afc4362e (diff)
downloadprosody-847ba75e55404bc8d386e1edf80699c921520aca.tar.gz
prosody-847ba75e55404bc8d386e1edf80699c921520aca.zip
util.debug: Silence luacheck warning about modifying 'debug' lib
Diffstat (limited to 'util/debug.lua')
-rw-r--r--util/debug.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/util/debug.lua b/util/debug.lua
index a78524a9..00f476d0 100644
--- a/util/debug.lua
+++ b/util/debug.lua
@@ -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;