-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy path.luacheckrc
132 lines (132 loc) · 2.82 KB
/
.luacheckrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
std = "lua51"
max_line_length = false
exclude_files = {
".luacheckrc",
"Libs/",
}
ignore = {
"11./SLASH_.*",
"211",
"212",
"213",
"311",
"423",
"431",
"432",
"433",
}
read_globals = {
"ARENA",
"CLASS_ICON_TCOORDS",
"CLASS_SORT_ORDER",
"COMBATLOG_FILTER_STRING_UNKNOWN_UNITS",
"COMBATLOG_OBJECT_AFFILIATION_MINE",
"COMBATLOG_OBJECT_REACTION_HOSTILE",
"COMBATLOG_OBJECT_TYPE_PLAYER",
"C_PvP",
"C_Timer",
"CanInspect",
"ClearInspectPlayer",
"CombatLogGetCurrentEventInfo",
"CreateFrame",
"DEFAULT_CHAT_FRAME",
"DELETE",
"FOCUS",
"GENERAL",
"GetAddOnMetadata",
"GetArenaOpponentSpec",
"GetBattlefieldScore",
"GetClassInfo",
"GetInspectSpecialization",
"GetNumBattlefieldScores",
"GetNumGroupMembers",
"GetNumSpecializationsForClassID",
"GetPlayerInfoByGUID",
"GetRaidRosterInfo",
"GetServerTime",
"GetSpecialization",
"GetSpecializationInfo",
"GetSpecializationInfoByID",
"GetSpecializationInfoForClassID",
"GetSpellInfo",
"GetSpellTexture",
"GetTime",
"GetUnitName",
"GetZonePVPInfo",
"InCombatLockdown",
"InterfaceOptionsFrame_OpenToCategory",
"IsInGroup",
"IsInGuild",
"IsInInstance",
"IsInRaid",
"LE_PARTY_CATEGORY_INSTANCE",
"LOCALIZED_CLASS_NAMES_MALE",
"LibStub",
"MAX_CLASSES",
"NO",
"NotifyInspect",
"OmniBarPetTooltipTextLeft2",
"PARTY",
"PLAYER",
"SecondsToTime",
"Spell",
"StaticPopup_Show",
"TARGET",
"UIParent",
"UNITNAME_SUMMON_TITLE1",
"UNITNAME_SUMMON_TITLE2",
"UNITNAME_SUMMON_TITLE3",
"UnitClass",
"UnitExists",
"UnitGUID",
"UnitInParty",
"UnitInRaid",
"UnitIsPlayer",
"UnitIsPossessed",
"UnitIsUnit",
"UnitReaction",
"WOW_PROJECT_BURNING_CRUSADE_CLASSIC",
"WOW_PROJECT_CLASSIC",
"WOW_PROJECT_ID",
"WOW_PROJECT_MAINLINE",
"YES",
"bit",
"date",
"format",
"nop",
"tinsert",
"wipe",
"tContains",
}
globals = {
"OmniBar",
"OmniBar_AddIcon",
"OmniBar_AddIconsByClass",
"OmniBar_Center",
"OmniBar_CooldownFinish",
"OmniBar_CreateIcon",
"OmniBar_IsSpellEnabled",
"OmniBar_IsUnitEnabled",
"OmniBar_LoadPosition",
"OmniBar_LoadSettings",
"OmniBar_OnEvent",
"OmniBar_Position",
"OmniBar_Refresh",
"OmniBar_ReplaySpellCasts",
"OmniBar_ResetIcons",
"OmniBar_ResetPosition",
"OmniBar_SavePosition",
"OmniBar_SetZone",
"OmniBar_ShowAnchor",
"OmniBar_SpecUpdated",
"OmniBar_SpellCast",
"OmniBar_StartCooldown",
"OmniBar_Test",
"OmniBar_UpdateAllBorders",
"OmniBar_UpdateArenaSpecs",
"OmniBar_UpdateBorder",
"OmniBar_UpdateBorders",
"OmniBar_UpdateIcons",
"SlashCmdList",
"StaticPopupDialogs",
}