summaryrefslogtreecommitdiff
path: root/check.sh
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2023-06-19 05:36:12 +0100
committerubq323 <ubq323@ubq323.website>2023-06-19 05:36:12 +0100
commitabc57f1c5a4fcf90acc650989f3dbf52b7609e9a (patch)
treebebee9469fae4aaf26216478ab66b7c332cde1d3 /check.sh
parent16f350963e8b696690534cab2fd3b6eb681731c1 (diff)
fix trailing whitespace
Diffstat (limited to 'check.sh')
-rwxr-xr-xcheck.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/check.sh b/check.sh
index 3710d54..7916208 100755
--- a/check.sh
+++ b/check.sh
@@ -1,7 +1,7 @@
#!/bin/sh
luacheck . \
- --std=love+luajit --no-unused --ignore 611 \
+ --std=love+luajit --no-unused \
--max-line-length 70 \
-q --codes \
--exclude-files '**/dkjson.lua' --exclude-files '*/common/*'