summaryrefslogtreecommitdiffstats
path: root/.luacheckrc
diff options
context:
space:
mode:
authorAndrew Lewis <nerf@judo.za.org>2017-02-05 17:35:59 +0200
committerAndrew Lewis <nerf@judo.za.org>2017-02-05 17:35:59 +0200
commitcd7b03ce91faacf7a9bed081a9254d1134802cb0 (patch)
treee1bb00564e7c89fce04debbd853593d601bb9181 /.luacheckrc
parent20a075cba1b3dee4f3d49ee35b111a3e46cf2368 (diff)
downloadrspamd-cd7b03ce91faacf7a9bed081a9254d1134802cb0.tar.gz
rspamd-cd7b03ce91faacf7a9bed081a9254d1134802cb0.zip
[Test] Silence warnings
Diffstat (limited to '.luacheckrc')
-rw-r--r--.luacheckrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.luacheckrc b/.luacheckrc
index 5daf6620b..1c39f8d07 100644
--- a/.luacheckrc
+++ b/.luacheckrc
@@ -26,7 +26,7 @@ globals = {
}
ignore = {
- 'W212', -- unused argument
+ '212', -- unused argument
}
files['/**/src/plugins/lua/spamassassin.lua'].globals = {