diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-11-02 09:39:29 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-11-02 09:39:29 +0000 |
commit | f81dd0be8c5a13b8f75871e7011982d9de66c988 (patch) | |
tree | d65aba9177b665ef3cff26b59bcd869ad53ad226 /.luacheckrc | |
parent | c60da0cca18aadf8ebdf2be236c8172c71303e77 (diff) | |
download | rspamd-f81dd0be8c5a13b8f75871e7011982d9de66c988.tar.gz rspamd-f81dd0be8c5a13b8f75871e7011982d9de66c988.zip |
[Minor] Disable useless noisy warning
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc index 39b820b70..7aa54dcf6 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -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 = { |