diff options
Diffstat (limited to 'contrib/luarc.json')
-rw-r--r-- | contrib/luarc.json | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/contrib/luarc.json b/contrib/luarc.json deleted file mode 100644 index ebad0581b9..0000000000 --- a/contrib/luarc.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "runtime.version": "LuaJIT", - "diagnostics": { - "enable": true, - "globals": [ - "vim", - "describe", - "pending", - "it", - "before_each", - "after_each", - "setup", - "teardown", - "finally", - "lfs" - ] - }, - "workspace": { - "library": [ - "runtime/lua", - "${3rd}/lfs/library" - ], - "checkThirdParty": false, - "maxPreload": 2000, - "preloadFileSize": 1000 - }, - "telemetry.enable": false -} |