mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 05:37:39 +03:00
util.cache: Ignore unused argument [luacheck]
This commit is contained in:
parent
2fa313a15f
commit
5205d9f5b3
1 changed files with 1 additions and 0 deletions
|
@ -117,6 +117,7 @@ function cache_methods:tail()
|
|||
end
|
||||
|
||||
function cache_methods:table()
|
||||
--luacheck: ignore 212/t
|
||||
if not self.proxy_table then
|
||||
self.proxy_table = setmetatable({}, {
|
||||
__index = function (t, k)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue