summaryrefslogtreecommitdiffstats
path: root/.luacheckrc
diff options
context:
space:
mode:
Diffstat (limited to '.luacheckrc')
-rw-r--r--.luacheckrc1
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
}