Skip to content

Commit

Permalink
💄
Browse files Browse the repository at this point in the history
  • Loading branch information
p3lim committed Oct 31, 2023
1 parent 20fd888 commit 7d4ace3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .luacheckrc
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ globals = {
'LootFrame', -- FrameXML/LootFrame.xml
'StaticPopupDialogs', -- FrameXML/StaticPopup.lua
'SuperTrackedFrame', -- AddOns/Blizzard_QuestNavigation/SuperTrackedFrame.xml
'SpellbookMicroButton', -- FrameXML/MainMenuBarMicroButtons.xml

-- savedvariables we mutate
'OPie_SavedData',
Expand Down Expand Up @@ -55,6 +56,7 @@ read_globals = {
'Minimap', -- FrameXML/Minimap.xml
'MinimapMixin', -- FrameXML/Minimap.lua
'PaperDollSidebarTab3', -- FrameXML/PaperDollFrame.xml
'PaperDollSidebarTabs', -- FrameXML/PaperDollFrame.xml
'PetCastingBarFrame', -- FrameXML/PetFrame.xml
'PlayerCastingBarFrame', -- FrameXML/CastingBarFrame.xml
'ProfessionsFrame', -- AddOns/Blizzard_Professions/Blizzard_ProfessionsFrame.xml
Expand All @@ -69,7 +71,6 @@ read_globals = {
'SlashCmdList', -- FrameXML/ChatFrame.lua
'SpellBookFrame', -- FrameXML/SpellBookFrame.xml
'SpellBookFrameTabButton1', -- FrameXML/SpellBookFrame.xml
'SpellbookMicroButton', -- FrameXML/MainMenuBarMicroButtons.xml
'UIErrorsFrame', -- FrameXML/UIErrorsFrame.xml
'UiMapPoint', -- FrameXML/ObjectAPI/UiMapPoint.lua
'UIParent', -- FrameXML/UIParent.xml
Expand Down Expand Up @@ -232,6 +233,7 @@ read_globals = {
'PickupInventoryItem',
'PlaySound',
'PlaySoundFile',
'PutItemInBackpack',
'PutItemInBag',
'RepairAllItems',
'RequestTimePlayed',
Expand Down

0 comments on commit 7d4ace3

Please sign in to comment.