From f55c9f415a081a175e48b51db894f23e59ce47a2 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Sun, 18 Jun 2023 22:28:37 +0100 Subject: fix line lengths --- check.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'check.sh') 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/*' -- cgit v1.2.3