diff options
author | Andrew Lewis <nerf@judo.za.org> | 2017-08-30 15:07:12 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2017-08-30 15:07:12 +0200 |
commit | 9a34311af7fc23f030540993a607e1370ed9c74f (patch) | |
tree | 31ddf562659ac114b509e3c32a3ce2316dc61f66 /.luacheckrc | |
parent | 7ea56e5b36a5c4d21c23d8f2f5b2f3da7694deb7 (diff) | |
download | rspamd-9a34311af7fc23f030540993a607e1370ed9c74f.tar.gz rspamd-9a34311af7fc23f030540993a607e1370ed9c74f.zip |
[Minor] Silence luacheck warning
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc index 15ccdc229..591690f9e 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -42,6 +42,7 @@ files['/**/src/plugins/lua/greylist.lua'].globals = { } files['/**/lualib/lua_util.lua'].globals = { + 'table.unpack', 'unpack', } |