diff options
author | Andrew Lewis <nerf@judo.za.org> | 2017-08-30 13:42:12 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2017-08-30 13:42:12 +0200 |
commit | 7ea56e5b36a5c4d21c23d8f2f5b2f3da7694deb7 (patch) | |
tree | c2bcad85e8eb8232c51457718e8e93c8e39a1601 /.luacheckrc | |
parent | 8c045e1416977693b31c9ed086fcbb3b3b71aa8d (diff) | |
download | rspamd-7ea56e5b36a5c4d21c23d8f2f5b2f3da7694deb7.tar.gz rspamd-7ea56e5b36a5c4d21c23d8f2f5b2f3da7694deb7.zip |
[Minor] Ratelimit: support use of redis HSET for limits
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc index 07bbcea4d..15ccdc229 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -41,6 +41,10 @@ files['/**/src/plugins/lua/greylist.lua'].globals = { 'math.ifloor', } +files['/**/lualib/lua_util.lua'].globals = { + 'unpack', +} + files['/**/src/rspamadm/*'].globals = { 'ansicolors', 'getopt', |