From b3bd4735c36e45bd80dcf549b8397eac8d14bba2 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Sun, 18 Jun 2023 02:42:03 +0100 Subject: add check script to run luacheck on everything --- check.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 check.sh 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/*' -- cgit v1.2.3