diff options
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.luacheckrc b/.luacheckrc index a56ac63fc..9b899c216 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -30,7 +30,9 @@ globals = { 'rspamd_maps', 'rspamd_plugins_state', 'rspamadm', - 'loadstring' + 'loadstring', + 'rspamadm_ev_base', + 'rspamadm_session', } ignore = { |