-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.luacheckrc
49 lines (47 loc) · 815 Bytes
/
.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
std = "lua51"
max_line_length = false
codes = true
exclude_files = {
"**/Libs",
}
ignore = {
"111/SLASH_BADBOY1", -- slash handlers
"112/SlashCmdList",
"143", -- accessing undefined field split of global string
}
globals = {
"Ambiguate",
"BADBOY_OPTIONS",
"BADBOY_BLACKLIST",
"BadBoyLog",
"C_BattleNet",
"C_CVar",
"C_FriendList",
"C_Map",
"C_ReportSystem",
"C_Timer",
"ChatFrame_AddMessageEventFilter",
"ChatFrame1",
"date",
"geterrorhandler",
"GetFramesRegisteredForEvent",
"GetLocale",
"GetTime",
"IsAltKeyDown",
"IsEncounterInProgress",
"IsGuildMember",
"PlayerLocation",
"tremove",
"UnitInParty",
"UnitInRaid",
-- Options
"ADDON_MISSING",
"CreateFrame",
"GameTooltip",
"GameTooltip_Hide",
"PlaySound",
"UIParent",
-- Classic
"BNGetGameAccountInfoByGUID",
"C_ChatInfo",
}