From b4ec20f119be0c223b8909b1436984f6e2be21c9 Mon Sep 17 00:00:00 2001 From: Val Voronov Date: Sat, 15 Jun 2024 23:15:33 +0700 Subject: [PATCH] Make linter happy --- .luacheckrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.luacheckrc b/.luacheckrc index 62e10fe5..5ec1b6b0 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -24,6 +24,7 @@ read_globals = { -- FrameXML 'BossTargetFrameContainer', + 'Clamp', 'ColorMixin', 'ComboFrame', 'CompactArenaFrame', @@ -78,6 +79,7 @@ read_globals = { 'GetUnitPowerBarInfo', 'GetUnitPowerBarInfoByID', 'GetUnitPowerBarStringsByID', + 'GetUnitTotalModifiedMaxHealthPercent', 'HasLFGRestrictions', 'InCombatLockdown', 'IsLoggedIn',