summaryrefslogtreecommitdiff
path: root/check.sh
diff options
context:
space:
mode:
Diffstat (limited to 'check.sh')
-rwxr-xr-xcheck.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/check.sh b/check.sh
index 6c3aa34..3710d54 100755
--- a/check.sh
+++ b/check.sh
@@ -1,7 +1,7 @@
#!/bin/sh
luacheck . \
- --std=love+luajit --no-unused --no-redefined --ignore 611 \
+ --std=love+luajit --no-unused --ignore 611 \
--max-line-length 70 \
- -q \
+ -q --codes \
--exclude-files '**/dkjson.lua' --exclude-files '*/common/*'