-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
.luacheckrc
105 lines (100 loc) · 2.13 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
stds.wow = {
globals = {
_G = {
other_fields = true
},
SlashCmdList = {
other_fields = true
},
StaticPopupDialogs = {
other_fields = true
}
},
read_globals = {
"BackdropTemplateMixin",
"C_AddOns",
"ChatTypeInfo",
"CombatLogGetCurrentEventInfo",
"COMBATLOG_XPGAIN_EXHAUSTION1",
"COMBATLOG_XPGAIN_EXHAUSTION1_GROUP",
"COMBATLOG_XPGAIN_EXHAUSTION1_RAID",
"COMBATLOG_XPGAIN_EXHAUSTION2",
"COMBATLOG_XPGAIN_EXHAUSTION2_GROUP",
"COMBATLOG_XPGAIN_EXHAUSTION2_RAID",
"COMBATLOG_XPGAIN_EXHAUSTION4",
"COMBATLOG_XPGAIN_EXHAUSTION4_GROUP",
"COMBATLOG_XPGAIN_EXHAUSTION4_RAID",
"COMBATLOG_XPGAIN_EXHAUSTION5",
"COMBATLOG_XPGAIN_EXHAUSTION5_GROUP",
"COMBATLOG_XPGAIN_EXHAUSTION5_RAID",
"COMBATLOG_XPGAIN_FIRSTPERSON",
"COMBATLOG_XPGAIN_FIRSTPERSON_GROUP",
"COMBATLOG_XPGAIN_FIRSTPERSON_RAID",
"CreateFrame",
"date",
"DEFAULT_CHAT_FRAME",
"Enum",
"GetServerTime",
"FauxScrollFrame_GetOffset",
"FauxScrollFrame_OnVerticalScroll",
"FauxScrollFrame_Update",
"floor",
"GameMenuFrame",
"GameTooltip",
"GetAddOnMetadata",
"HideUIPanel",
"InterfaceOptionsFrame",
"InterfaceOptions_AddCategory",
"InterfaceOptionsFrame_OpenToCategory",
"IsAddOnLoaded",
"IsControlKeyDown",
"IsGUIDInGroup",
"IsInGroup",
"IsInRaid",
"IsShiftKeyDown",
"PlaySound",
"RaidBossEmoteFrame",
"RaidNotice_AddMessage",
"RaidWarningFrame",
"SendChatMessage",
"Settings",
"SOUNDKIT",
"StaticPopup_Show",
"strsplit",
"time",
"TooltipDataProcessor",
"UIParent",
"UnitCanAttack",
"UnitExists",
"UnitGUID",
"UnitInParty",
"UnitInRaid",
"UnitIsPlayer",
"UnitIsTapDenied",
"UnitName",
"UnitTokenFromGUID",
"UnitXP",
"UnitXPMax",
"wipe",
"WOW_PROJECT_ID",
"WOW_PROJECT_MAINLINE"
}
}
stds.externs = {
read_globals = {
"LibStub"
}
}
std = "lua51+wow+externs"
max_line_length = 120
codes = true
ignore = {
"212/self"
}
files = {
}
exclude_files = {
"libs/LibDataBroker-1-1",
".luacheckrc",
".release"
}