summaryrefslogtreecommitdiff
path: root/.luacheckrc
diff options
context:
space:
mode:
authorcheapie <no-email-for-you@example.com>2024-09-14 16:27:59 -0500
committercheapie <no-email-for-you@example.com>2024-09-14 16:27:59 -0500
commitfa911813dbca08c78327ca5403331f4cd6c89d99 (patch)
treefce2f8800e091d091514d24016d69d1107234b14 /.luacheckrc
parent8af241857746c227bd7194bd5b42cea6a6d3d983 (diff)
downloadprefab_redo-fa911813dbca08c78327ca5403331f4cd6c89d99.tar
prefab_redo-fa911813dbca08c78327ca5403331f4cd6c89d99.tar.gz
prefab_redo-fa911813dbca08c78327ca5403331f4cd6c89d99.tar.bz2
prefab_redo-fa911813dbca08c78327ca5403331f4cd6c89d99.tar.xz
prefab_redo-fa911813dbca08c78327ca5403331f4cd6c89d99.zip
Add luacheck configuration and some minor cleanupsHEADmaster
Diffstat (limited to '.luacheckrc')
-rw-r--r--.luacheckrc7
1 files changed, 7 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc
new file mode 100644
index 0000000..0aec898
--- /dev/null
+++ b/.luacheckrc
@@ -0,0 +1,7 @@
+max_line_length = 160
+
+read_globals = {
+ "minetest",
+ "default",
+ "doors",
+}