Skip to content

Commit

Permalink
Push updated luacheckrc
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticalOS committed Feb 20, 2020
1 parent d97c895 commit acd230a
Showing 1 changed file with 22 additions and 8 deletions.
30 changes: 22 additions & 8 deletions .luacheckrc
Original file line number Diff line number Diff line change
Expand Up @@ -102,15 +102,15 @@ globals = {
"LOCALE_zhCN",
"LOCALE_zhTW",

-- FrameXML misc
-- FrameXML misc
"ALTERNATE_POWER_INDEX",
"BNET_CLIENT_WOW",
"CHALLENGE_MODE_MEDAL1",
"CHALLENGE_MODE_MEDAL2",
"BNET_CLIENT_WOW",
"CHALLENGE_MODE_MEDAL1",
"CHALLENGE_MODE_MEDAL2",
"CHALLENGE_MODE_MEDAL3",
"C_BattleNet",
"C_Calendar",
"C_ChatInfo",
"C_DateAndTime",
"C_EncounterJournal",
"C_FriendList",
"C_Timer",
Expand Down Expand Up @@ -171,7 +171,9 @@ globals = {

-- FrameXML globals
"ChatFontNormal",
"GameFontNormal",
"FONT_COLOR_CODE_CLOSE",
"ICON_TAG_LIST",
"MAX_PVP_TALENT_COLUMNS",
"MAX_PVP_TALENT_TIERS",
"MAX_TALENT_TIERS",
Expand All @@ -181,10 +183,10 @@ globals = {
"STANDARD_TEXT_FONT",

-- ENUMS
"UPPER_RIGHT_VERTEX",
"UPPER_LEFT_VERTEX",
"LOWER_RIGHT_VERTEX",
"LOWER_LEFT_VERTEX",
"LOWER_RIGHT_VERTEX",
"UPPER_LEFT_VERTEX",
"UPPER_RIGHT_VERTEX",

-- API functions
"AbandonQuest",
Expand Down Expand Up @@ -297,6 +299,7 @@ globals = {
"BuyReagentBank",
"BuyTrainerService",
"BuybackItem",
"C_ActionBar",
"C_AdventureJournal",
"C_AdventureJournal.ActivateEntry",
"C_AdventureJournal.CanBeShown",
Expand Down Expand Up @@ -377,6 +380,7 @@ globals = {
"C_AuthChallenge.OnTabPressed",
"C_AuthChallenge.SetFrame",
"C_AuthChallenge.Submit",
"C_BattleNet",
"C_BlackMarket",
"C_BlackMarket.Close",
"C_BlackMarket.GetHotItem",
Expand Down Expand Up @@ -1453,6 +1457,7 @@ globals = {
"CancelUnitBuff",
"CannotBeResurrected",
"CaseAccentInsensitiveParse",
"CastingInfo",
"CastPetAction",
"CastShapeshiftForm",
"CastSpell",
Expand All @@ -1461,6 +1466,7 @@ globals = {
"ChangeActionBarPage",
"ChangeChatColor",
"ChannelBan",
"ChannelInfo",
"ChannelInvite",
"ChannelKick",
"ChannelModerator",
Expand Down Expand Up @@ -1959,6 +1965,7 @@ globals = {
"GetFactionInfoByID",
"GetFailedPVPTalentIDs",
"GetFailedTalentIDs",
"GetFileIDFromPath",
"GetFileStreamingStatus",
"GetFilteredAchievementID",
"GetFlexRaidDungeonInfo",
Expand Down Expand Up @@ -2336,6 +2343,8 @@ globals = {
"GetNumSpecializationsForClassID",
"GetNumSpellTabs",
"GetNumSubgroupMembers",
"GetNumTalents",
"GetNumTalentTabs",
"GetNumTitles",
"GetNumTrackedAchievements",
"GetNumTrackingTypes",
Expand Down Expand Up @@ -4044,6 +4053,7 @@ globals = {
"GetBindingFromClick",
"GetBindingText",
"GetChatUnitColor",
"GetClassColor",
"GetColoredName",
"GetDenominationsFromCopper",
"GetDisplayedAllyFrames",
Expand Down Expand Up @@ -4352,6 +4362,7 @@ globals = {
"VideoOptionsValueChanged",
"VoiceChatShineFadeIn",
"VoiceChatShineFadeOut",
"WrapTextInColorCode",
"escapePatternSymbols",
"getglobal",
"getprinthandler",
Expand Down Expand Up @@ -19456,6 +19467,9 @@ globals = {
"WOW_FRIEND",
"WOW_MOUSE",
"WOW_MOUSE_NOT_FOUND",
"WOW_PROJECT_CLASSIC",
"WOW_PROJECT_ID",
"WOW_PROJECT_MAINLINE",
"WRISTSLOT",
"WRONG_SLOT_FOR_ITEM",
"XP",
Expand Down

0 comments on commit acd230a

Please sign in to comment.