Browse Source

[Minor] Add `jit` to list of globals

tags/1.9.0
Vsevolod Stakhov 5 years ago
parent
commit
d80238fbfc
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      .luacheckrc

+ 2
- 1
.luacheckrc View File

@@ -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
max_comment_line_length = 500

Loading…
Cancel
Save