util.debug: Silence luacheck warning about modifying 'debug' lib

This commit is contained in:
Kim Alvefur 2016-02-22 17:34:42 +01:00
parent 5a4948a744
commit 847ba75e55

View 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;