summaryrefslogtreecommitdiff
path: root/.luacheckrc
diff options
context:
space:
mode:
authorcheapie <no-email-for-you@example.com>2024-09-14 20:32:07 -0500
committercheapie <no-email-for-you@example.com>2024-09-14 20:32:07 -0500
commitc92e18daaea4ab7e9358cb1f63695bee2a05a4c0 (patch)
tree11d7b72d09343c1298b0b6156d80489f2fd2c3f8 /.luacheckrc
parentd04056b1f89f5506decbc90e2a044ec136ef6944 (diff)
downloadrgblightstone-master.tar
rgblightstone-master.tar.gz
rgblightstone-master.tar.bz2
rgblightstone-master.tar.xz
rgblightstone-master.zip
Add luacheck configuration, clean up a few things a bit, and some assorted fixesHEADmaster
Diffstat (limited to '.luacheckrc')
-rw-r--r--.luacheckrc9
1 files changed, 9 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc
new file mode 100644
index 0000000..9a04114
--- /dev/null
+++ b/.luacheckrc
@@ -0,0 +1,9 @@
+max_line_length = 160
+
+globals = {
+ "rgblightstone",
+}
+
+read_globals = {
+ "minetest",
+}