updated CI pipeline
PR Prerequisites / Bundles Without Errors (pull_request) Failing after 4s
PR Prerequisites / Lua Check (pull_request) Failing after 11s

This commit is contained in:
2026-09-10 17:11:54 +02:00
parent 60a4d6e88c
commit c4683fb80c
5 changed files with 29 additions and 10 deletions
+15 -5
View File
@@ -4,10 +4,6 @@
"version": "Lua 5.1"
},
"workspace": {
"library": [
"./src",
"./DcsTypes.lua"
],
"checkThirdParty": false
},
"diagnostics": {
@@ -17,7 +13,21 @@
],
"severity": {
"undefined-field": "Warning",
"unused-local": "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": {