Files
spearhead/.luarc.json
T
dutchie031 6b5fd16a2f
PR Prerequisites / Bundles Without Errors (pull_request) Failing after 6s
PR Prerequisites / Lua Check (pull_request) Failing after 21s
updated luarc.json
2026-09-10 19:56:06 +02:00

39 lines
805 B
JSON

{
"Lua": {
"runtime": {
"version": "Lua 5.1"
},
"workspace": {
"checkThirdParty": false
},
"diagnostics": {
"enable": true,
"globals": [
"lfs"
],
"severity": {
"undefined-field": "Warning",
"unused-local": "Warning",
"unused-function": "Warning"
},
"groupFileStatus": {
"ambiguity": "Any",
"await": "Any",
"duplicate": "Any",
"global": "Any",
"luadoc": "Any",
"redefined": "Any",
"strict": "Any",
"type-check": "Any",
"unbalanced": "Any",
"unused": "Any"
}
},
"hint": {
"enable": false
},
"completion": {
"enable": true
}
}
}