From 0954354d7a38ca5da08807a9770181bdc5a0c84e Mon Sep 17 00:00:00 2001 From: PhatPhuckDave Date: Thu, 15 May 2025 21:19:28 +0200 Subject: [PATCH] Aura_env global --- .luacheckrc | 2 +- .luarc.json | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.luacheckrc b/.luacheckrc index 7558575..ed1f3df 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -1,4 +1,4 @@ -globals = { "CykaPersistentData", "CreateFrame", "GetItemInfo" } +globals = { "CykaPersistentData", "CreateFrame", "GetItemInfo", "aura_env" } unused_args = false max_line_length = 150 exclude_files = { "Meta/" } diff --git a/.luarc.json b/.luarc.json index 6a49ab0..5953b55 100644 --- a/.luarc.json +++ b/.luarc.json @@ -7,5 +7,8 @@ "diagnostics.disable": [ "unused-local", "unused-vararg" + ], + "diagnostics.globals": [ + "aura_env" ] }