From 088f94b76a7eafdfc5c8dd837a3ac080a9fdf39f Mon Sep 17 00:00:00 2001 From: Luke aka SwissalpS Date: Fri, 29 Nov 2024 12:02:58 +0100 Subject: [PATCH] sensitive github luacheck syntax --- .luacheckrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.luacheckrc b/.luacheckrc index 1f118a0..a819f33 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -8,7 +8,7 @@ read_globals = { "dump", "factions", "inventory_plus", - "table" = { "insert_all" }, + ["table"] = { fields = { "insert_all" } }, "unified_inventory", "vector", }