summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcheck.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/check.sh b/check.sh
index 7916208..0e28904 100755
--- a/check.sh
+++ b/check.sh
@@ -1,7 +1,7 @@
#!/bin/sh
luacheck . \
- --std=love+luajit --no-unused \
+ --std=love+luajit --no-unused --ignore 611 \
--max-line-length 70 \
-q --codes \
--exclude-files '**/dkjson.lua' --exclude-files '*/common/*'