-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.luarc.json
132 lines (132 loc) · 3.11 KB
/
.luarc.json
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
{
"runtime.version": "Lua 5.1",
"workspace.ignoreDir": [".github", ".vscode", "**/libs"],
"diagnostics.globals": [
"DetailsFrameworkPromptSimple",
"ReloadUI",
"SplashFrame",
"UISpecialFrames",
"SlashCmdList",
"EditModeManagerFrame",
"ChatEdit_ActivateChat",
"ChatEdit_OnEnterPressed",
"ChatEdit_ChooseBoxForSend",
"DEFAULT_CHAT_FRAME",
"StaticPopup1Button2",
"StaticPopup1Button2Text",
"SettingsPanel",
"coroutine",
"PixelUtil",
"Mixin",
"BackdropTemplateMixin",
"QUESTION_MARK_ICON",
"string",
"math",
"table",
"UIParent",
"C_VideoOptions",
"C_AddOns",
"UIFrameFadeOut",
"GetLocale",
"GetCurrentRegion",
"C_Map",
"CopyTable",
"tIndexOf",
"C_EditMode",
"C_Timer",
"date",
"tinsert",
"InCombatLockdown",
"hooksecurefunc",
"IsControlKeyDown",
"GetTime",
"UnitFullName",
"format",
"GetBuildInfo",
"debugstack",
"tostringall",
"strupper",
"strsplit",
"GetServerTime",
"wipe",
"tremove",
"RAID_CLASS_COLORS",
"strsub",
"strlen",
"GameFontNormal",
"strtrim",
"GameFontNormalLarge",
"UnitName",
"GetRealmName",
"bit",
"PlaterOptionsPanelFrame",
"DetailsWelcomeWindow",
"StreamOverlayWelcomeWindow",
"ViragDevToolFrame",
"ElvUIInstallFrame",
"DetailsNewsWindow",
"LibStub",
"Bartender4DB",
"BigWigs3DB",
"BigWigs",
"Bartender4",
"_detalhes_global",
"Details",
"EchoRaidToolsDB",
"EchoCooldowns",
"ElvDB",
"ElvUI",
"ElvPrivateDB",
"Grid2DB",
"Grid2",
"NameplateSCTDB",
"OmniCC",
"PlaterDB",
"Plater",
"SexyMap2DB",
"ShadowedUFDB",
"ShadowUF",
"WeakAurasSaved",
"WeakAuras",
"vdt",
"DetailsFramework",
"Grid2Options",
"Grid2Layout",
"OmniCCDB",
"SexyMap",
"TalentLoadoutsEx",
"TalentLoadoutsExGUI",
"TLX",
"TipTac",
"TipTacOptions",
"WeakAurasOptions",
"DetailsOptionsWindow",
"EchoRaidToolsMainFrame",
"OmniCD",
"OmniCDDB",
"CellChangelogsFrame",
"Cell",
"CellDB",
"CellCharacterDB",
"BugSackLDBIconDB",
"KuiNameplatesCoreSaved",
"KuiNameplatesCoreCharacterSaved",
"KuiNameplatesCore",
"WagoUI",
"WarpDeplete",
"Quartz3DB",
"ExampleAddon",
"CellAnchorFrame",
"BigWigsLoader",
"BlizzHUDTweaksDB",
"OmniBarDB",
"OmniBar",
"HidingBarDB",
"HidingBarDBChar",
"HidingBarAddon",
"HidingBarConfigAddon",
"NAuras",
"NameplateAurasAceDB"
],
"diagnostics.disable": ["need-check-nil"]
}