Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
p3lim committed Nov 20, 2024
1 parent 98fd06c commit 8a320fd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .luacheckrc
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ read_globals = {
'GetUnitTotalModifiedMaxHealthPercent',
'HasLFGRestrictions',
'InCombatLockdown',
'IsInInstance',
'IsLoggedIn',
'IsPlayerSpell',
'IsResting',
Expand All @@ -107,11 +108,11 @@ read_globals = {
'UnitClassBase',
'UnitExists',
'UnitFactionGroup',
'UnitGUID',
'UnitGetIncomingHeals',
'UnitGetTotalAbsorbs',
'UnitGetTotalHealAbsorbs',
'UnitGroupRolesAssigned',
'UnitGUID',
'UnitHasIncomingResurrection',
'UnitHasVehiclePlayerFrameUI',
'UnitHasVehicleUI',
Expand All @@ -127,13 +128,14 @@ read_globals = {
'UnitIsGroupLeader',
'UnitIsMercenary',
'UnitIsOwnerOrControllerOfUnit',
'UnitIsPlayer',
'UnitIsPVP',
'UnitIsPVPFreeForAll',
'UnitIsPlayer',
'UnitIsQuestBoss',
'UnitIsTapDenied',
'UnitIsUnit',
'UnitIsVisible',
'UnitLeadsAnyGroup',
'UnitPhaseReason',
'UnitPlayerControlled',
'UnitPower',
Expand Down

0 comments on commit 8a320fd

Please sign in to comment.