From b455410d1570d634e2608737d131e2f23636efd0 Mon Sep 17 00:00:00 2001 From: Andrew Lewis Date: Sun, 5 Feb 2017 16:43:21 +0200 Subject: [PATCH] [Test] Ignore unused arguments in .luacheckrc --- .luacheckrc | 1 + 1 file changed, 1 insertion(+) 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 = { -- 2.47.3