Skip to content

Commit

Permalink
update .luacheckrc
Browse files Browse the repository at this point in the history
  • Loading branch information
jordonwow committed Sep 9, 2022
1 parent ce8941a commit 450f5ed
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .luacheckrc
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ read_globals = {
"CompactUnitFrame_HideAllDebuffs",
"CompactUnitFrame_HideAllDispelDebuffs",
"CompactUnitFrame_UpdateAuras",
"CompactUnitFrame_Util_IsBossAura",
"CompactUnitFrame_Util_IsPriorityDebuff",
"CompactUnitFrame_Util_ShouldDisplayDebuff",
"CompactUnitFrame_UtilIsBossAura",
"CompactUnitFrame_UtilIsPriorityDebuff",
"CompactUnitFrame_UtilSetBuff",
"CompactUnitFrame_UtilSetDispelDebuff",
"CompactUnitFrame_UtilShouldDisplayBuff",
"CompactUnitFrame_Util_IsBossAura",
"CompactUnitFrame_Util_IsPriorityDebuff",
"CompactUnitFrame_Util_ShouldDisplayDebuff",
"CooldownFrame_Clear",
"CooldownFrame_Set",
"CreateFrame",
Expand All @@ -45,24 +45,27 @@ read_globals = {
"GetSpellTexture",
"GetTalentInfo",
"GetTime",
"hooksecurefunc",
"InCombatLockdown",
"InterfaceOptionsFrame_OpenToCategory",
"IsInInstance",
"IsUsableSpell",
"KuiNameplates",
"LibStub",
"LoadAddOn",
"NDui",
"min",
"NamePlateTooltip",
"NDui",
"NeatPlates",
"PLAYER",
"Plater",
"PLAYER",
"SetPortraitToTexture",
"Spell",
"SpellGetVisibilityInfo",
"SpellIsSelfBuff",
"TidyPlates",
"TidyPlatesThreat",
"tinsert",
"UIParent",
"UnitAffectingCombat",
"UnitBuff",
Expand All @@ -78,9 +81,7 @@ read_globals = {
"WOW_PROJECT_CLASSIC",
"WOW_PROJECT_ID",
"WOW_PROJECT_MAINLINE",
"hooksecurefunc",
"min",
"tinsert",
"WOW_PROJECT_WRATH_CLASSIC",
}
globals = {
"BigDebuffs",
Expand Down

0 comments on commit 450f5ed

Please sign in to comment.