From d80238fbfc83794ba0a52ddbe341f032cac58058 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Sat, 9 Feb 2019 22:28:23 +0000 Subject: [Minor] Add `jit` to list of globals --- .luacheckrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.luacheckrc') diff --git a/.luacheckrc b/.luacheckrc index 4b1078d08..7d5c6745e 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 -- cgit v1.2.3