From: Vsevolod Stakhov Date: Fri, 2 Nov 2018 09:39:29 +0000 (+0000) Subject: [Minor] Disable useless noisy warning X-Git-Tag: 1.8.2~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f81dd0be8c5a13b8f75871e7011982d9de66c988;p=thirdparty%2Frspamd.git [Minor] Disable useless noisy warning --- diff --git a/.luacheckrc b/.luacheckrc index 39b820b701..7aa54dcf6a 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 = {