From a763b9c316a2b9add0de247a456a71ca495310f8 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Sun, 23 Dec 2018 16:16:21 +0000 Subject: [Minor] Remove too long strings in Lua code --- .luacheckrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.luacheckrc') diff --git a/.luacheckrc b/.luacheckrc index 7aa54dcf6..f9ec38d20 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -38,7 +38,6 @@ globals = { ignore = { '212', -- unused argument '612', -- trailing whitespace - '631', -- line is too long '311', -- value assigned to variable X is unused } @@ -68,3 +67,6 @@ files['/**/src/rspamadm/*'].globals = { files['test/functional/lua/test_coverage.lua'].globals = { '__GLOBAL_COVERAGE_WATCHDOG' } + +max_string_line_length = 500 +max_comment_line_length = 500 \ No newline at end of file -- cgit v1.2.3