summaryrefslogtreecommitdiff
path: root/.luacheckrc
diff options
context:
space:
mode:
authorcheapie <no-email-for-you@example.com>2024-09-14 16:58:08 -0500
committercheapie <no-email-for-you@example.com>2024-09-14 16:58:08 -0500
commit9ab552ae19fb10d4630192aaeb494d6f1fd88e7b (patch)
tree8e2181cd321e67d79e150966308d249fd69fd1f7 /.luacheckrc
parent7dc5c49155e5b610af5a9467c66ef7f9e82997bd (diff)
downloaddaynightratio-main.tar
daynightratio-main.tar.gz
daynightratio-main.tar.bz2
daynightratio-main.tar.xz
daynightratio-main.zip
Add luacheck configuration and some minor cleanupHEADmain
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..063f893
--- /dev/null
+++ b/.luacheckrc
@@ -0,0 +1,6 @@
+max_line_length = 160
+
+read_globals = {
+ "playersettings",
+ "minetest",
+}