Diff

util/debug.lua @ 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
parent 6777:5de6b93d0190
child 8322:cd15fc505b62
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;