summaryrefslogtreecommitdiff
path: root/.luacheckrc
diff options
context:
space:
mode:
authorcheapie <no-email-for-you@example.com>2024-09-14 16:52:46 -0500
committercheapie <no-email-for-you@example.com>2024-09-14 16:52:46 -0500
commitf72e57d19f6f302b90cd100934b94189cf7acf0f (patch)
tree6f2708cb0284b5a2925da521dad12aa36f870df2 /.luacheckrc
parent17dc9a8247c35b9710741d0f23d502e7d66d37ba (diff)
downloadplayersettings-main.tar
playersettings-main.tar.gz
playersettings-main.tar.bz2
playersettings-main.tar.xz
playersettings-main.zip
Add luacheck configuration and some minor cleanupHEADmain
Diffstat (limited to '.luacheckrc')
-rw-r--r--.luacheckrc10
1 files changed, 10 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc
new file mode 100644
index 0000000..1b67400
--- /dev/null
+++ b/.luacheckrc
@@ -0,0 +1,10 @@
+max_line_length = 160
+
+globals = {
+ "playersettings",
+}
+
+read_globals = {
+ "minetest",
+ "unified_inventory",
+}