forked from Tencent/LuaHelper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
luahelper.json
43 lines (43 loc) · 884 Bytes
/
luahelper.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
{
"BaseDir":"./bin/",
"ShowWarnFlag": 1,
"ShareSymbolsFlag": 1,
"ReferMatchPathFlag": 0,
"GvalTipFlag": 1,
"IgnoreFileNameVarFlag": 1,
"ProjectFiles":[],
"IgnoreModules":["hive", "import"],
"IgnoreFileVars": [
{
"File": "lobby/gm.lua",
"Vars": ["ss"]
},
{
"File": "gamesvr/game_mgr.lua",
"Vars": ["fake_load"]
}
],
"IgnoreReadFiles": [
"config/dbagent.lua",
"config/lobby.lua"
],
"IgnoreErrorTypes": [
],
"IgnoreFileOrFloder": [
"lobby/on.*lua",
"tests/",
"robot/",
"coverage/"
],
"IgnoreFileErr": [
"lobby/gm1.lua",
"common/test.lua"
],
"IgnoreFileErrTypes": [
{
"File": "lobby/gm.lua",
"Types": [11]
}
],
"ProtocolVars": []
}