aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/style-check.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/style-check.sh')
-rwxr-xr-xscripts/style-check.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/style-check.sh b/scripts/style-check.sh
new file mode 100755
index 000000000..181ab4581
--- /dev/null
+++ b/scripts/style-check.sh
@@ -0,0 +1,3 @@
+#!/usr/bin/env bash
+
+luacheck `find -name "*.lua"` --codes