aboutsummaryrefslogtreecommitdiff
path: root/contrib/luarc.json
blob: 31126e42159857358f91d4ccdbca20222c811d82 (plain) (blame)
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
{
    "runtime.version": "LuaJIT",
    "diagnostics": {
        "enable": true,
        "globals": [
          "vim",
          "describe",
          "pending",
          "it",
          "before_each",
          "after_each",
          "setup",
          "teardown",
          "finally",
          "lfs"
        ],
        "disable": [
          "luadoc-miss-see-name"
        ]
    },
    "workspace": {
        "library": [
            "runtime/lua",
            "${3rd}/lfs/library"
        ],
        "checkThirdParty": false,
        "maxPreload": 2000,
        "preloadFileSize": 1000
    },
    "telemetry.enable": false
}