# HG changeset patch # User Kim Alvefur # Date 1476796741 -7200 # Node ID 9385c367e920bf84e15234683d2809e00314c94f # Parent 672a863105f63b66ca81472b2633bf98be3adfae util.cache: Ignore unused argument [luacheck] diff -r 672a863105f6 -r 9385c367e920 util/cache.lua --- a/util/cache.lua Tue Oct 18 15:17:29 2016 +0200 +++ b/util/cache.lua Tue Oct 18 15:19:01 2016 +0200 @@ -117,6 +117,7 @@ end function cache_methods:table() + --luacheck: ignore 212/t if not self.proxy_table then self.proxy_table = setmetatable({}, { __index = function (t, k)