From 8dba2645c27ecf5a02526a0d989567c4f380a51d Mon Sep 17 00:00:00 2001
From: ubq323 <ubq323@ubq323.website>
Date: Sun, 27 Aug 2023 03:29:37 +0100
Subject: 611

---
 check.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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/*'
-- 
cgit v1.2.3