diff options
-rwxr-xr-x | check.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/check.sh b/check.sh new file mode 100755 index 0000000..18a93f0 --- /dev/null +++ b/check.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +luacheck . \ + --std=love+luajit --no-unused --no-redefined --ignore 611 \ + --exclude-files '**/dkjson.lua' --exclude-files '*/common/*' |