diff options
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 3 |
1 files changed, 2 insertions, 1 deletions
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 |