diff options
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc index 1c39f8d07..96867e4e6 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -27,6 +27,7 @@ globals = { ignore = { '212', -- unused argument + '631', -- line is too long } files['/**/src/plugins/lua/spamassassin.lua'].globals = { |