summaryrefslogtreecommitdiff
path: root/check.sh
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2023-06-18 22:28:37 +0100
committerubq323 <ubq323@ubq323.website>2023-06-18 22:28:37 +0100
commitf55c9f415a081a175e48b51db894f23e59ce47a2 (patch)
treeee63f98d5c4f1a2a11e9800ced9c2861eb3085a7 /check.sh
parent598bd4332deddd5f4c506689cbd136f495835ea7 (diff)
fix line lengths
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/*'