summaryrefslogtreecommitdiff
path: root/.luacheckrc
diff options
context:
space:
mode:
authorcheapie <no-email-for-you@example.com>2024-09-14 16:25:05 -0500
committercheapie <no-email-for-you@example.com>2024-09-14 16:25:05 -0500
commit5b58bff9d050184ba1c9b9e2edb352cbcf608d11 (patch)
tree69a18a815cb8c9fb6d979db3fb2595dfd62938a6 /.luacheckrc
parent13f2bd25496f2b996be85472ea64aa5ee7ee3d75 (diff)
downloadnewplayer-master.tar
newplayer-master.tar.gz
newplayer-master.tar.bz2
newplayer-master.tar.xz
newplayer-master.zip
Add luacheck configuration, some minor cleanup, and a few small 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..97738ca
--- /dev/null
+++ b/.luacheckrc
@@ -0,0 +1,9 @@
+max_line_length = 160
+
+globals = {
+ "newplayer",
+}
+
+read_globals = {
+ "minetest",
+}