aboutsummaryrefslogtreecommitdiffstats
path: root/.luacheckrc
diff options
context:
space:
mode:
Diffstat (limited to '.luacheckrc')
-rw-r--r--.luacheckrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc
index a5819a46b..9af168474 100644
--- a/.luacheckrc
+++ b/.luacheckrc
@@ -52,6 +52,10 @@ files['/**/lualib/lua_util.lua'].globals = {
'unpack',
}
+files['/**/lualib/lua_redis.lua'].globals = {
+ 'rspamadm_ev_base',
+}
+
files['/**/src/rspamadm/*'].globals = {
'ansicolors',
'getopt',