diff options
author | Andrew Lewis <nerf@judo.za.org> | 2017-03-04 02:50:26 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2017-03-04 02:50:26 +0200 |
commit | 20e7df3319ee15f08718155a717cbb267fe32706 (patch) | |
tree | 04435a90a81c5871057c97be87f9fecdb2faeed2 /.luacheckrc | |
parent | 39adeb78973b782a8ce50b9e365f2ba639ceec0c (diff) | |
download | rspamd-20e7df3319ee15f08718155a717cbb267fe32706.tar.gz rspamd-20e7df3319ee15f08718155a717cbb267fe32706.zip |
[Minor] Silence warning
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc index 1c39f8d07..96867e4e6 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -27,6 +27,7 @@ globals = { ignore = { '212', -- unused argument + '631', -- line is too long } files['/**/src/plugins/lua/spamassassin.lua'].globals = { |