From 40925d56be4448894501b771ce3a05ba88ef37dd Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Sun, 6 Oct 2024 20:44:38 +0200 Subject: [PATCH] Lint --- .luacheckrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.luacheckrc b/.luacheckrc index 24e2ee1..87a5675 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -19,7 +19,7 @@ ignore = { globals = { -- FrameXML objects we mutate - 'SlashCmdList', -- FrameXML/ChatFrame.lua + 'SlashCmdList', 'NewSettings', } @@ -29,6 +29,7 @@ read_globals = { -- FrameXML objects 'ColorPickerFrame', + 'EventRegistry', 'MinimalSliderWithSteppersMixin', 'ScrollUtil', 'Settings',