Software /
code /
prosody
Changeset
7182:858ccafbd823
util.debug: Silence luacheck warning about modifying 'debug' lib
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 22 Feb 2016 17:34:42 +0100 |
parents | 7181:8af558965da3 |
children | 7183:b606a5b32e91 |
files | util/debug.lua |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/util/debug.lua Mon Feb 22 17:32:11 2016 +0100 +++ b/util/debug.lua Mon Feb 22 17:34:42 2016 +0100 @@ -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;