summaryrefslogtreecommitdiff
path: root/.luacheckrc
diff options
context:
space:
mode:
authorcheapie <no-email-for-you@example.com>2024-09-14 15:14:04 -0500
committercheapie <no-email-for-you@example.com>2024-09-14 15:14:04 -0500
commit07a87d8494d462934d67d773bb49cc55f34a83af (patch)
treee3df339347dd18bc14a4b542b63c5ad07038d431 /.luacheckrc
parentda5e807e3f8630dc0b3eaa6d34f57d3933aa532d (diff)
downloadhanddryer-07a87d8494d462934d67d773bb49cc55f34a83af.tar
handdryer-07a87d8494d462934d67d773bb49cc55f34a83af.tar.gz
handdryer-07a87d8494d462934d67d773bb49cc55f34a83af.tar.bz2
handdryer-07a87d8494d462934d67d773bb49cc55f34a83af.tar.xz
handdryer-07a87d8494d462934d67d773bb49cc55f34a83af.zip
Add luacheck configuration and some minor cleanups and fixesHEADmaster
Diffstat (limited to '.luacheckrc')
-rw-r--r--.luacheckrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc
new file mode 100644
index 0000000..faae6c7
--- /dev/null
+++ b/.luacheckrc
@@ -0,0 +1,6 @@
+max_line_length = 160
+
+read_globals = {
+ "minetest",
+ "vector",
+}