diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-02-09 22:28:23 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-02-09 22:28:23 +0000 |
commit | d80238fbfc83794ba0a52ddbe341f032cac58058 (patch) | |
tree | 0f184274861291deac2e722d906f524173527203 /.luacheckrc | |
parent | 462ab60be82e8be85ffa32e2a15883cf7486f0dd (diff) | |
download | rspamd-d80238fbfc83794ba0a52ddbe341f032cac58058.tar.gz rspamd-d80238fbfc83794ba0a52ddbe341f032cac58058.zip |
[Minor] Add `jit` to list of globals
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 |