summaryrefslogtreecommitdiff
path: root/.luacheckrc
diff options
context:
space:
mode:
authorcheapie <no-email-for-you@example.com>2024-09-14 17:57:51 -0500
committercheapie <no-email-for-you@example.com>2024-09-14 17:57:51 -0500
commit19dda2828c9dc60ab2152008abcac7945a75af8b (patch)
tree37026ba9276decc81bdd4c9db892f0f5adb0224f /.luacheckrc
parent2bb2995d2cd11c842a2c091a213df1af6c237108 (diff)
downloadlightcontroller-master.tar
lightcontroller-master.tar.gz
lightcontroller-master.tar.bz2
lightcontroller-master.tar.xz
lightcontroller-master.zip
Add luacheck configuration and a few fixes and 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..8d851f8
--- /dev/null
+++ b/.luacheckrc
@@ -0,0 +1,7 @@
+max_line_length = 160
+
+read_globals = {
+ "minetest",
+ "digilines",
+ "default",
+}