From edf846c34c3b06127b6b3cc7e9bed87f8102ebea Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Mon, 31 Oct 2022 14:31:51 +0000 Subject: [PATCH] add .uacheckrc file (thanks Niklp) --- .luacheckrc | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .luacheckrc diff --git a/.luacheckrc b/.luacheckrc new file mode 100644 index 0000000..22456af --- /dev/null +++ b/.luacheckrc @@ -0,0 +1,20 @@ +unused_args = false + +read_globals = { + "minetest", + "lucky_block", + "intllib", + "vector", + "table", + "invisibility", + "cmi", + "toolranks", + "pathfinder", + "tnt" +} + +globals = { + "mobs", + "player_api", + "default" +}