summaryrefslogtreecommitdiff
path: root/.luacheckrc
diff options
context:
space:
mode:
authorcheapie <no-email-for-you@example.com>2024-09-14 15:09:56 -0500
committercheapie <no-email-for-you@example.com>2024-09-14 15:09:56 -0500
commit931de0485b90bc1770321902f4efc2fbc251d861 (patch)
tree52f6f2a807996080cce31a5301dd0a1bde594882 /.luacheckrc
parent75cb2d76222a08748a260cd2d12a507feb21924b (diff)
downloaddropthecaps-master.tar
dropthecaps-master.tar.gz
dropthecaps-master.tar.bz2
dropthecaps-master.tar.xz
dropthecaps-master.zip
Add luacheck configuration and minor 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..f12f10b
--- /dev/null
+++ b/.luacheckrc
@@ -0,0 +1,7 @@
+max_line_length = 160
+
+read_globals = {
+ "minetest",
+ "irc",
+ "notice",
+}