util/debug.lua
changeset 7185 858ccafbd823
parent 6780 5de6b93d0190
child 8325 cd15fc505b62
--- 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;