Browse Source

[Minor] Disable useless noisy warning

tags/1.8.2
Vsevolod Stakhov 5 years ago
parent
commit
f81dd0be8c
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      .luacheckrc

+ 1
- 0
.luacheckrc View File

@@ -39,6 +39,7 @@ ignore = {
'212', -- unused argument
'612', -- trailing whitespace
'631', -- line is too long
'311', -- value assigned to variable X is unused
}

files['/**/src/plugins/lua/spamassassin.lua'].globals = {

Loading…
Cancel
Save