summaryrefslogtreecommitdiff
path: root/.luacheckrc
diff options
context:
space:
mode:
authorcheapie <no-email-for-you@example.com>2024-09-14 14:58:57 -0500
committercheapie <no-email-for-you@example.com>2024-09-14 14:58:57 -0500
commit822a5fdb3dacbba0230016c8bc7bced7905425ef (patch)
tree69f566ec6b3bc82f897990afa33c25f519ec8aab /.luacheckrc
parent8ebbd54f7cacc19171190d6fb5f9e209e20fe59e (diff)
downloadarrowboards-822a5fdb3dacbba0230016c8bc7bced7905425ef.tar
arrowboards-822a5fdb3dacbba0230016c8bc7bced7905425ef.tar.gz
arrowboards-822a5fdb3dacbba0230016c8bc7bced7905425ef.tar.bz2
arrowboards-822a5fdb3dacbba0230016c8bc7bced7905425ef.tar.xz
arrowboards-822a5fdb3dacbba0230016c8bc7bced7905425ef.zip
Add luacheck configuration and clean up code slightly
Diffstat (limited to '.luacheckrc')
-rw-r--r--.luacheckrc10
1 files changed, 10 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc
new file mode 100644
index 0000000..859a71e
--- /dev/null
+++ b/.luacheckrc
@@ -0,0 +1,10 @@
+max_line_length = 160
+
+globals = {
+ "arrowboards",
+}
+
+read_globals = {
+ "minetest",
+ "screwdriver",
+}