From b6031e6d424e9b6ebf9610f2133e382f8eed49af Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Sun, 21 Jul 2024 16:17:52 +0200 Subject: [PATCH] Linting --- .luacheckrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.luacheckrc b/.luacheckrc index d9df3fa..42f9d51 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -27,10 +27,14 @@ read_globals = { -- FrameXML objects 'MinimalSliderWithSteppersMixin', + 'ScrollUtil', 'Settings', 'SettingsPanel', -- FrameXML functions + 'CreateDataProvider', + 'CreateScrollBoxListLinearView', + 'CreateScrollBoxListGridView', 'DisplayTableInspectorWindow', 'UIParentLoadAddOn', 'DevTools_Dump', @@ -54,6 +58,7 @@ read_globals = { 'GetBuildInfo', 'GetLocale', 'InCombatLockdown', + 'UnitExists', 'UnitGUID', 'debugstack', }