util.debug: Silence luacheck warning about modifying 'debug' lib
authorKim Alvefur <zash@zash.se>
Mon, 22 Feb 2016 16:34:42 +0000 (17:34 +0100)
committerKim Alvefur <zash@zash.se>
Mon, 22 Feb 2016 16:34:42 +0000 (17:34 +0100)
util/debug.lua

index a78524a9c1f148158d3f2cc85971f9ef96b5994c..00f476d03fdb1352a2a19640e70a6008442b78d7 100644 (file)
@@ -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;