-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.luacheckrc
47 lines (47 loc) · 908 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
std = "lua51"
max_line_length = false
exclude_files = {
".luacheckrc",
"Libs/",
}
ignore = {
"11./SLASH_.*",
"211",
"212",
"213",
"311",
"431",
"432",
}
globals = {
"C_Map",
"CreateFrame",
"DEFAULT_CHAT_FRAME",
"ENTER_BATTLE",
"GetBattlefieldPortExpiration",
"GetBattlefieldStatus",
"GetBattlefieldTimeWaited",
"GetMaxBattlefieldID",
"GetTime",
"InCombatLockdown",
"LibStub",
"PVPReadyDialog",
"PVPReadyDialog_Display",
"PlaySound",
"REQUIRES_RELOAD",
"SOUNDKIT",
"SafeQueue",
"SecondsToTime",
"StaticPopupSpecial_Hide",
"StaticPopup_FindVisible",
"StaticPopup_Hide",
"TOOLTIP_UPDATE_TIME",
"WOW_PROJECT_BURNING_CRUSADE_CLASSIC",
"WOW_PROJECT_CLASSIC",
"WOW_PROJECT_ID",
"WOW_PROJECT_MAINLINE",
"format",
"hooksecurefunc",
"issecurevariable",
"nop",
}