summaryrefslogtreecommitdiffstats
path: root/.luacheckrc
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2018-11-02 09:39:29 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2018-11-02 09:39:29 +0000
commitf81dd0be8c5a13b8f75871e7011982d9de66c988 (patch)
treed65aba9177b665ef3cff26b59bcd869ad53ad226 /.luacheckrc
parentc60da0cca18aadf8ebdf2be236c8172c71303e77 (diff)
downloadrspamd-f81dd0be8c5a13b8f75871e7011982d9de66c988.tar.gz
rspamd-f81dd0be8c5a13b8f75871e7011982d9de66c988.zip
[Minor] Disable useless noisy warning
Diffstat (limited to '.luacheckrc')
-rw-r--r--.luacheckrc1
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 = {