From: Andrew Lewis Date: Sun, 5 Feb 2017 14:43:21 +0000 (+0200) Subject: [Test] Ignore unused arguments in .luacheckrc X-Git-Tag: 1.5.0~180^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1398%2Fhead;p=thirdparty%2Frspamd.git [Test] Ignore unused arguments in .luacheckrc --- diff --git a/.luacheckrc b/.luacheckrc index de7cbb71ef..5daf6620be 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -26,6 +26,7 @@ globals = { } ignore = { + 'W212', -- unused argument } files['/**/src/plugins/lua/spamassassin.lua'].globals = {