summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2023-08-27 03:29:37 +0100
committerubq323 <ubq323@ubq323.website>2023-08-27 03:29:37 +0100
commit8dba2645c27ecf5a02526a0d989567c4f380a51d (patch)
tree705593db695f897c61f4f4ba4e8d534c6ae51537
parentef0b7de7745c8932ff76fef2dd267c1d7a0d4b69 (diff)
-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/*'