summaryrefslogtreecommitdiff
path: root/check.sh
diff options
context:
space:
mode:
Diffstat (limited to 'check.sh')
-rwxr-xr-xcheck.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/check.sh b/check.sh
index 18a93f0..6c3aa34 100755
--- a/check.sh
+++ b/check.sh
@@ -2,4 +2,6 @@
luacheck . \
--std=love+luajit --no-unused --no-redefined --ignore 611 \
+ --max-line-length 70 \
+ -q \
--exclude-files '**/dkjson.lua' --exclude-files '*/common/*'