commit d80238f: [Minor] Add `jit` to list of globals
Vsevolod Stakhov
vsevolod at highsecure.ru
Sat Feb 9 22:35:03 UTC 2019
Author: Vsevolod Stakhov
Date: 2019-02-09 22:28:23 +0000
URL: https://github.com/rspamd/rspamd/commit/d80238fbfc83794ba0a52ddbe341f032cac58058
[Minor] Add `jit` to list of globals
---
.luacheckrc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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
More information about the Commits
mailing list