From f81dd0be8c5a13b8f75871e7011982d9de66c988 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Fri, 2 Nov 2018 09:39:29 +0000 Subject: [PATCH] [Minor] Disable useless noisy warning --- .luacheckrc | 1 + 1 file changed, 1 insertion(+) 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 = { -- 2.47.3