aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2016-10-18 15:19:01 +0200
committerKim Alvefur <zash@zash.se>2016-10-18 15:19:01 +0200
commit5205d9f5b392eb41f80bcc3e44c0317532cc6bac (patch)
tree47e700d7470b5a9717c3a357bb335a85333e5221 /util
parent2fa313a15ffb9d266bbaf93efd1436f237333b07 (diff)
downloadprosody-5205d9f5b392eb41f80bcc3e44c0317532cc6bac.tar.gz
prosody-5205d9f5b392eb41f80bcc3e44c0317532cc6bac.zip
util.cache: Ignore unused argument [luacheck]
Diffstat (limited to 'util')
-rw-r--r--util/cache.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/cache.lua b/util/cache.lua
index 44bbfe30..9c141bb6 100644
--- a/util/cache.lua
+++ b/util/cache.lua
@@ -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)