mod_pastebin/mod_pastebin.lua
changeset 3037 b2b129f699ed
parent 3036 0f2dd6397569
child 3038 6e9096b66704
--- a/mod_pastebin/mod_pastebin.lua	Sun May 20 18:10:12 2018 +0200
+++ b/mod_pastebin/mod_pastebin.lua	Sun May 20 18:11:15 2018 +0200
@@ -158,6 +158,7 @@
 });
 
 local function set_pastes_metatable()
+	-- luacheck: ignore 212/pastes 431/pastes
 	if expire_after == 0 then
 		local dm = require "util.datamanager";
 		setmetatable(pastes, {