From 3f65afd97a0ef343e7b127c6701b09cfa418bd7e Mon Sep 17 00:00:00 2001 From: PhatPhuckDave Date: Sun, 4 May 2025 23:39:22 +0200 Subject: [PATCH] Ignore unused variables --- .luarc.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.luarc.json b/.luarc.json index fe19654..6a49ab0 100644 --- a/.luarc.json +++ b/.luarc.json @@ -3,5 +3,9 @@ "library": [ "./Meta" ] - } + }, + "diagnostics.disable": [ + "unused-local", + "unused-vararg" + ] }