From: Vsevolod Stakhov Date: Sat, 9 Feb 2019 22:28:23 +0000 (+0000) Subject: [Minor] Add `jit` to list of globals X-Git-Tag: 1.9.0~184 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d80238fbfc83794ba0a52ddbe341f032cac58058;p=thirdparty%2Frspamd.git [Minor] Add `jit` to list of globals --- diff --git a/.luacheckrc b/.luacheckrc index 4b1078d08c..7d5c6745e2 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -33,6 +33,7 @@ globals = { 'loadstring', 'rspamadm_ev_base', 'rspamadm_session', + 'jit' } ignore = { @@ -72,4 +73,4 @@ files['/**/rules/'].ignore = {'631'} files['/**/test/functional/'].ignore = {'631'} max_string_line_length = 500 -max_comment_line_length = 500 \ No newline at end of file +max_comment_line_length = 500