diff options
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 4 |
1 files changed, 3 insertions, 1 deletions
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 |