diff options
author | Andrew Lewis <nerf@judo.za.org> | 2017-02-05 17:35:59 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2017-02-05 17:35:59 +0200 |
commit | cd7b03ce91faacf7a9bed081a9254d1134802cb0 (patch) | |
tree | e1bb00564e7c89fce04debbd853593d601bb9181 /.luacheckrc | |
parent | 20a075cba1b3dee4f3d49ee35b111a3e46cf2368 (diff) | |
download | rspamd-cd7b03ce91faacf7a9bed081a9254d1134802cb0.tar.gz rspamd-cd7b03ce91faacf7a9bed081a9254d1134802cb0.zip |
[Test] Silence warnings
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 2 |
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 = { |