From 2f6290d3814392be93a66f5d71a201435a4d2e3a Mon Sep 17 00:00:00 2001 From: Luke aka SwissalpS Date: Wed, 25 Dec 2024 15:39:13 +0100 Subject: [PATCH] revert .luacheckrc until github images are updated --- .luacheckrc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.luacheckrc b/.luacheckrc index bfef40e..f9718a7 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -1,11 +1,16 @@ unused_args = false -std = "luanti+max" +--std = "luanti+max" globals = { "wrench", } read_globals = { + "core", + "table.copy", + "table.indexof", + "minetest", + "ItemStack", "digilines", "drawers", "jumpdrive",