From: Vsevolod Stakhov Date: Mon, 1 Oct 2018 09:56:17 +0000 (+0100) Subject: [Minor] Add missing globals to luacheck X-Git-Tag: 1.8.1~116 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48848e6dcb7a06b820f3eabf9c2d00b013b6efef;p=thirdparty%2Frspamd.git [Minor] Add missing globals to luacheck --- diff --git a/.luacheckrc b/.luacheckrc index a56ac63fc8..9b899c2168 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -30,7 +30,9 @@ globals = { 'rspamd_maps', 'rspamd_plugins_state', 'rspamadm', - 'loadstring' + 'loadstring', + 'rspamadm_ev_base', + 'rspamadm_session', } ignore = {