util.debug: Silence luacheck warning about modifying 'debug' lib
authorKim Alvefur <zash@zash.se>
Mon, 22 Feb 2016 17:34:42 +0100
changeset 7185 858ccafbd823
parent 7184 8af558965da3
child 7186 b606a5b32e91
util.debug: Silence luacheck warning about modifying 'debug' lib
util/debug.lua
--- 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;