]> source.dussan.org Git - rspamd.git/commitdiff
[Test] Ignore unused arguments in .luacheckrc 1398/head
authorAndrew Lewis <nerf@judo.za.org>
Sun, 5 Feb 2017 14:43:21 +0000 (16:43 +0200)
committerAndrew Lewis <nerf@judo.za.org>
Sun, 5 Feb 2017 14:43:21 +0000 (16:43 +0200)
.luacheckrc

index de7cbb71efa29a572dd6e4a3822dc1e88495ab46..5daf6620beda3e9eeaf400d75e3c6f31ac41a45f 100644 (file)
@@ -26,6 +26,7 @@ globals = {
 }
 
 ignore = {
+  'W212', -- unused argument
 }
 
 files['/**/src/plugins/lua/spamassassin.lua'].globals = {