mirror of
https://github.com/bjc/prosody.git
synced 2025-04-06 06:37:37 +03:00
mod_storage_sql: Silence some harmless luacheck warnings
This commit is contained in:
parent
a687ceb76b
commit
f856a201b7
1 changed files with 3 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
|||
|
||||
-- luacheck: ignore 212/self
|
||||
|
||||
local json = require "util.json";
|
||||
local sql = require "util.sql";
|
||||
local xml_parse = require "util.xml".parse;
|
||||
|
@ -125,6 +127,7 @@ end
|
|||
|
||||
--- Archive store API
|
||||
|
||||
-- luacheck: ignore 512 431/user 431/store
|
||||
local map_store = {};
|
||||
map_store.__index = map_store;
|
||||
map_store.remove = {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue