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 96867e4e6..26d3d07ce 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -27,6 +27,7 @@ globals = { ignore = { '212', -- unused argument + '612', -- trailing whitespace '631', -- line is too long } |