diff options
Diffstat (limited to 'check.sh')
-rwxr-xr-x | check.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/check.sh b/check.sh new file mode 100755 index 0000000..0e28904 --- /dev/null +++ b/check.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +luacheck . \ + --std=love+luajit --no-unused --ignore 611 \ + --max-line-length 70 \ + -q --codes \ + --exclude-files '**/dkjson.lua' --exclude-files '*/common/*' |