From e65e3cad0fe68301e83be7686ed881fd7547061b Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Mon, 10 Jan 2022 15:50:55 +0000 Subject: mod_storage_xep0227: Ignore luacheck warning --- plugins/mod_storage_xep0227.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/mod_storage_xep0227.lua b/plugins/mod_storage_xep0227.lua index f9b7fcab..8b4a6a3e 100644 --- a/plugins/mod_storage_xep0227.lua +++ b/plugins/mod_storage_xep0227.lua @@ -20,7 +20,7 @@ local parse_xml_real = require "util.xml".parse; local lfs = require "lfs"; -local function default_get_user_xml(self, user, host) +local function default_get_user_xml(self, user, host) --luacheck: ignore 212/self local jid = user.."@"..host; local path = paths.join(prosody.paths.data, jid..".xml"); local f, err = io_open(path); -- cgit v1.2.3